SetRangeFromRange

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetRangeFromRange

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

Sets range of bits within the TBitArray to the values read out of a pointer.

Public function

void

 

SetRangeFromRange

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

Sets range of bits within this TBitArray to the values read out another TBitArray.

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