InsertRange

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

InsertRange

(
    const InWordType* ReadBits,
    int32 Index,
    int32 NumBitsToAdd,
    int32 ReadOffsetBits
)

Inserts multiple bits read from the given pointer, starting at the given index.

Public function

void

 

InsertRange

(
    const TBitArray< OtherAllocator >&...,
    int32 Index,
    int32 NumBitsToAdd,
    int32 ReadOffsetBits
)

Inserts multiple bits read from the given BitArray into the array, starting at the given index.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss