Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TTypeBitSetBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Remove () |
Template method to remove a struct type from the bitset. | TypeBitSetBuilder.h | |
void Remove
(
const TTypeBitSetBuilder& Other |
Removes all bits set in another builder's bitset from this builder's bitset. | TypeBitSetBuilder.h | |
void Remove
(
const FUStructType& InStructType |
TypeBitSetBuilder.h |
Remove()
Description
Template method to remove a struct type from the bitset.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
template<typename T>
int32 Remove()
The index of the removed struct type.
Parameters
| Name | Remarks |
|---|---|
| T | the C++ type to remove. |
Remove(const TTypeBitSetBuilder &)
Description
Removes all bits set in another builder's bitset from this builder's bitset.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
void Remove
(
const TTypeBitSetBuilder & Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | the other builder whose bits to remove. |
Remove(const FUStructType &)
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
void Remove
(
const FUStructType & InStructType
)