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 Empty
(
int32 ExpectedNumBits
)
Remarks
Removes all bits from the array, potentially leaving space allocated for an expected number of bits about to be added.
Parameters
| Name | Description |
|---|---|
| ExpectedNumBits | The expected number of bits about to be added. |