Navigation
API > API/Plugins > API/Plugins/StructUtils
Inheritance Hierarchy
- TBitArray
- FBitSetContainer
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructTypeBitSet.h |
| Include | #include "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 | Contains
(
const int32 Index |
||
| bool | |||
| bool | |||
| bool | IsEmpty () |
||
| void | RemoveAtIndex
(
const int32 Index |
||
| void | SetAll
(
const bool bValue, |
||
| 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 |