Signature struct
#include <Runtime/Memory/Public/Signature.h>
Constructors, destructors, conversion operators
- Signature(ComponentSignature Bits = 0)
Public functions
- void Set(ComponentTypeID TypeID)
- void Clear(ComponentTypeID TypeID)
- auto Has(ComponentTypeID TypeID) const -> bool
- auto Contains(const Signature& Other) const -> bool
- auto operator==(const Signature& Other) const -> bool
- auto operator!=(const Signature& Other) const -> bool
- auto operator<(const Signature& Other) const -> bool
- auto Count() const -> size_t