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" |
int32 AddUninitialized
&40;
int32 NumBitsToAdd
&41;
Remarks
Inserts space for multiple bits at the end of the array. The inserted bits are set to arbitrary values and should be written using SetRange or otherwise before being read.
Parameters
| Name | Description |
|---|---|
| NumBitsToAdd | The number of bits to add. Must be >= 0. |