Navigation
API > API/Runtime > API/Runtime/MassEntity
Traits configuring finer details of TTypeBitSetBuilder behavior. Provides a way to enforce compile-time checks and validations.
| Name | TTypeBitSetTraits |
| Type | struct |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
Syntax
template<typename TBaseType>
struct TTypeBitSetTraits
Struct Specializations
| Name | Remarks |
|---|---|
| TTypeBitSetTraits< FMassFragment > | Specialization of TTypeBitSetTraits for FMassFragment |
| TTypeBitSetTraits< FMassTag > | Specialization of TTypeBitSetTraits for FMassTag |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IsValidType | bool | Static constexpr boolean to verify if a tested type is valid. | TypeBitSetBuilder.h |