#include <BitArray.h>
Definition at line 953 of file BitArray.h.
◆ AllocatorType
◆ FScriptBitArray() [1/2]
FScriptBitArray::FScriptBitArray |
( |
| ) |
|
|
inline |
Minimal initialization constructor.
- Parameters
-
Value | - The value to initial the bits to. |
InNumBits | - The initial number of bits in the array. |
Definition at line 961 of file BitArray.h.
◆ FScriptBitArray() [2/2]
◆ Add()
int32 FScriptBitArray::Add |
( |
const bool | Value | ) |
|
|
inline |
◆ CheckConstraints()
static void FScriptBitArray::CheckConstraints |
( |
| ) |
|
|
inlinestaticprivate |
◆ Empty()
void FScriptBitArray::Empty |
( |
int32 | Slack = 0 | ) |
|
|
inline |
◆ GetData() [1/2]
FORCEINLINE uint32 * FScriptBitArray::GetData |
( |
| ) |
|
|
inlineprivate |
◆ GetData() [2/2]
FORCEINLINE const uint32 * FScriptBitArray::GetData |
( |
| ) |
const |
|
inlineprivate |
◆ IsValidIndex()
bool FScriptBitArray::IsValidIndex |
( |
int32 | Index | ) |
const |
|
inline |
◆ operator=()
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ Realloc()
◆ ReallocGrow()
◆ AllocatorInstance
◆ MaxBits
int32 FScriptBitArray::MaxBits |
|
private |
◆ NumBits
int32 FScriptBitArray::NumBits |
|
private |
The documentation for this class was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASE/AseApi-main/version/Core/Public/API/UE/Containers/BitArray.h