Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBitArray
Description
Reserves memory such that the array can contain at least Number bits.
@Number The number of bits to reserve space for.
| Name | Reserve |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
void Reserve
(
int32 Number
)