Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TBitArray
| Type | Name | Description | |
|---|---|---|---|
| void | InsertRange
(
const InWordType* ReadBits, |
Inserts multiple bits read from the given pointer, starting at the given index. | |
| void | InsertRange
(
const TBitArray< OtherAllocator >& ReadBits, |
Inserts multiple bits read from the given BitArray into the array, starting at the given index. |