Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TTypeBitSetBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName DebugGetStructTypeName
(
const int32 StructTypeIndex |
Retrieves the name of a struct type at a given index. | TypeBitSetBuilder.h | |
static FName DebugGetStructTypeName
(
const FStructTracker& StructTracker, |
Static method to retrieve the name of a struct type at a given index from a struct tracker. | TypeBitSetBuilder.h |
DebugGetStructTypeName(const int32)
Description
Retrieves the name of a struct type at a given index.
| Name | DebugGetStructTypeName |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
FName DebugGetStructTypeName
(
const int32 StructTypeIndex
) const
The name of the struct type.
Parameters
| Name | Remarks |
|---|---|
| StructTypeIndex | the index of the struct type. |
DebugGetStructTypeName(const FStructTracker &, const int32)
Description
Static method to retrieve the name of a struct type at a given index from a struct tracker.
| Name | DebugGetStructTypeName |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
static FName DebugGetStructTypeName
(
const FStructTracker & StructTracker,
const int32 StructTypeIndex
)
The name of the struct type.
Parameters
| Name | Remarks |
|---|---|
| StructTracker | the struct tracker to use. |
| StructTypeIndex | the index of the struct type. |