Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TBitTypeRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 RegisterType () |
Template method to register a type with the struct tracker. | MassBitSetRegistry.h | |
int32 RegisterType
(
const UScriptStruct* Type |
Registers a type with the struct tracker. | MassBitSetRegistry.h |
RegisterType()
Description
Template method to register a type with the struct tracker.
| Name | RegisterType |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassBitSetRegistry.h |
| Include Path | #include "MassBitSetRegistry.h" |
template<typename TType>
int32 RegisterType()
The index assigned to the registered type.
Parameters
| Name | Remarks |
|---|---|
| TType | the type to register. |
RegisterType(const UScriptStruct *)
Description
Registers a type with the struct tracker.
| Name | RegisterType |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassBitSetRegistry.h |
| Include Path | #include "MassBitSetRegistry.h" |
int32 RegisterType
(
const UScriptStruct * Type
)
The index assigned to the registered type.
Parameters
| Name | Remarks |
|---|---|
| Type | the UScriptStruct representing the type to register. |