Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TTypeBitSetBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetMaxNum () |
Retrieves the maximum number of types tracked by the struct tracker. | TypeBitSetBuilder.h | |
static int32 GetMaxNum
(
const FStructTracker& StructTracker |
Static method to get the maximum number of types from a struct tracker. | TypeBitSetBuilder.h |
GetMaxNum()
Description
Retrieves the maximum number of types tracked by the struct tracker.
| Name | GetMaxNum |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
int32 GetMaxNum() const
The maximum number of types.
GetMaxNum(const FStructTracker &)
Description
Static method to get the maximum number of types from a struct tracker.
| Name | GetMaxNum |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
static int32 GetMaxNum
(
const FStructTracker & StructTracker
)
The maximum number of types.
Parameters
| Name | Remarks |
|---|---|
| StructTracker | the struct tracker to query. |