Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TTypeBitSetBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains () |
Template method to check if a struct type is contained in the bitset. | TypeBitSetBuilder.h | |
bool Contains
(
const FUStructType& InStructType |
TypeBitSetBuilder.h |
Contains()
Description
Template method to check if a struct type is contained in the bitset.
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
template<typename T>
bool Contains() const
True if the type is contained; false otherwise.
Parameters
| Name | Remarks |
|---|---|
| T | the C++ type to check. |
Contains(const FUStructType &)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/TypeBitSetBuilder.h |
| Include Path | #include "TypeBitSetBuilder.h" |
bool Contains
(
const FUStructType & InStructType
) const