Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBitArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Add
(
const bool Value |
Adds a bit to the array with the given value. | Containers/BitArray.h | |
int32 Add
(
const bool Value, |
Adds multiple bits to the array with the given value. | Containers/BitArray.h |
Add(const bool)
Description
Adds a bit to the array with the given value.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
int32 Add
(
const bool Value
)
The index of the added bit.
Add(const bool, int32)
Description
Adds multiple bits to the array with the given value.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
int32 Add
(
const bool Value,
int32 NumBitsToAdd
)
The index of the first added bit.