NUTDebug::BitDump

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

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h

Include

#include "NUTUtilDebug.h"

Syntax

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

Remarks

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