Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils
Inheritance Hierarchy
- TBitArray
- FBitSetContainer
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructTypeBitSet.h |
| Include | #include "StructUtils/StructTypeBitSet.h" |
Syntax
struct FBitSetContainer : public TBitArray<>
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBitSetContainer
(
const TBitArray<>& Source |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddAtIndex
(
const int32 Index |
||
| bool | |||
| bool | |||
| bool | |||
| bool | IsEmpty () |
||
| void | RemoveAtIndex
(
const int32 Index |
||
| void | |||
| void | SetBitNoCheck
(
const int32 Index, |
Duplication of TBitArray::SetBitNoCheck needed since it's private but it's the performant way of setting bits when we know the index is valid. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FBitSetContainer & | |||
| void | operator-=
(
const TBitArray<>& Other |