Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TBitArray > API/Runtime/Core/Containers/TBitArray/AddRange
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
template<typename OtherAllocator>
int32 AddRange
&40;
const TBitArray< OtherAllocator > & ReadBits,
int32 NumBitsToAdd,
int32 ReadOffsetBits
&41;
Remarks
Adds multiple bits read from the given BitArray. The index of the first added bit.
Parameters
| Name | Description |
|---|---|
| ReadBits | The value to set the bits to. |
| NumBitsToAdd | The number of bits to add. Must be >= 0. |
| ReadOffsetBits | Number of bits into ReadBits at which to start reading. Must be >= 0. |