Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArray
Description
Sets the number of bits to BitCount. If the array grows the new bits will be cleared. Existing bits will remain intact.
| Name | SetNumBits |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
void SetNumBits
(
uint32 BitCount
)
Parameters
| Name | Remarks |
|---|---|
| BitCount | The number of bits in the array after the operation. |