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,
int32 NumBitsToAdd
&41;
Remarks
Inserts multiple bits with the given value into the array, starting at the given Index.
Parameters
| Name | Description |
|---|---|
| Value | The value of the bits to add |
| Index | The index at which to add; must be 0 <= Index <= Num(). |
| NumBitsToAdd | The number of bits to add. Must be >= 0. |