Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TTypeBitSetBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Add () |
Template method to add a struct type to the bitset. | TypeBitSetBuilder.h | |
void Add
(
const FUStructType& InStructType |
TypeBitSetBuilder.h |
Add()
Description
Template method to add a struct type to the bitset.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
template<typename T>
int32 Add()
The index of the added struct type.
Parameters
| Name | Remarks |
|---|---|
| T | the C++ type to add. |
Add(const FUStructType &)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
void Add
(
const FUStructType & InStructType
)