Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FBitSetContainer
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructTypeBitSet.h |
| Include | #include "StructTypeBitSet.h" |
void SetBitNoCheck
&40;
const int32 Index,
const bool Value
&41;
Remarks
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.