Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TBitArray > API/Runtime/Core/Containers/TBitArray/Insert
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
void Insert
&40;
bool Value,
int32 Index
&41;
Remarks
Adds a bit with the given value at the given index in the array.
Parameters
| Name | Description |
|---|---|
| Value | The value of the bit to add |
| Index | The index at which to add; must be 0 <= Index <= Num(). |