BitDump

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FString

 

BitDump

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

Takes an array of bytes, and generates a bit-based/binary dump string out of them, optionally including byte offsets also (intended for debugging in the log window)

Public function Static

FString

 

BitDump

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

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

Public function Static

FString

 

BitDump

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

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