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