Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TTypeBitSetBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< TWeakObjectPtr< const TUStructType > > DebugGetAllStructTypes () |
Retrieves all registered struct types as a view. | TypeBitSetBuilder.h | |
static TConstArrayView< TWeakObjectPtr< const TUStructType > > DebugGetAllStructTypes
(
const FStructTracker& StructTracker |
Static method to retrieve all registered struct types from a struct tracker. | TypeBitSetBuilder.h |
DebugGetAllStructTypes()
Description
Retrieves all registered struct types as a view.
| Name | DebugGetAllStructTypes |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
TConstArrayView< TWeakObjectPtr < const TUStructType > > DebugGetAllStructTypes() const
Array view of weak pointers to struct types.
DebugGetAllStructTypes(const FStructTracker &)
Description
Static method to retrieve all registered struct types from a struct tracker.
| Name | DebugGetAllStructTypes |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
static TConstArrayView< TWeakObjectPtr < const TUStructType > > DebugGetAllStructTypes
(
const FStructTracker & StructTracker
)
Array view of weak pointers to struct types.
Parameters
| Name | Remarks |
|---|---|
| StructTracker | the struct tracker to use. |