LogBitDump

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

LogBitDump

(
    const TArray< uint8 >& InBytes,
    bool bDumpOffset,
    bool bLSBFirst,
    FOutputDevice* OutLog
)

Version of the above bit-dump function, which dumps in a format more friendly/readable in log text files

Public function Static

void

 

LogBitDump

(
    const FString& InString,
    bool bDumpOffset,
    bool bLSBFirst,
    FOutputDevice* OutLog
)

Version of the above, which takes a string as input

Public function Static

void

 

LogBitDump

(
    const uint8* InBytes,
    const uint32 InBytesLen,
    bool bDumpOffset,
    bool bLSBFirst,
    FOutputDevice* OutLog
)

Version of the above bit-dump logging function, which takes a byte pointer and length as input

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