MemmoveBitsWordOrder

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

MemmoveBitsWordOrder

(
    uint32* DestBits,
    int32 DestOffset,
    const uint32* SourceBits,
    int32 SourceOffset,
    uint32 NumBits
)

Copy NumBits bits from the source pointer and offset into the dest pointer and offset.

Public function Static

void

 

MemmoveBitsWordOrder

(
    int32* DestBits,
    int32 DestOffset,
    const int32* SourceBits,
    int32 SourceOffset,
    uint32 NumBits
)

Copy NumBits bits from the source pointer and offset into the dest pointer and offset.

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