HexDump

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FString

 

HexDump

(
    const TArray< uint8 >& InBytes,
    bool bDumpASCII,
    bool bDumpOffset
)

Takes an array of bytes, and generates a hex dump string out of them, optionally including an ASCII dump and dumping byte offsets also (intended for debugging in the log window)

Public function Static

FString

 

HexDump

(
    const FString& InString,
    bool bDumpASCII,
    bool bDumpOffset
)

Version of the above hex-dump function, which takes a string as input

Public function Static

FString

 

HexDump

(
    const uint8* InBytes,
    const uint32 InBytesLen,
    bool bDumpASCII,
    bool bDumpOffset
)

Version of the above hex-dump 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