Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
Include |
#include "Containers/BitArray.h" |
Inserts multiple bits read from the given BitArray into the array, starting at the given index.
Parameter |
Description |
---|---|
ReadBits |
The value to set the bits to. |
Index |
The index at which to add; must be 0 <= Index <= Num(). |
NumBitsToAdd |
The number of bits to add. Must be >= 0. |
ReadOffsetBits |
Number of bits into ReadBits at which to start reading. |