Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArray
Description
Grows the size with the specified number of bits. New bits will be cleared.
| Name | AddBits |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
void AddBits
(
uint32 BitCount
)
Parameters
| Name | Remarks |
|---|---|
| BitCount | The number of bits to add to the array. |
See Also
- SetNumBits