Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBitArray
Description
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.
| Name | AddUninitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
int32 AddUninitialized
(
int32 NumBitsToAdd
)
Parameters
| Name | Remarks |
|---|---|
| NumBitsToAdd | The number of bits to add. Must be >= 0. |