Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TBitArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
void Init
(
bool bValue,
int32 InNumBits
)
Remarks
Resets the array's contents. Use TBitArray(bool bValue, int32 InNumBits) instead of default constructor and Init().
Parameters
| Name | Description |
|---|---|
| Value | The value to initial the bits to. |
| NumBits | The number of bits in the array. |