NUTDebug::LogHexDump

Version of the above hex-dump logging 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 void LogHexDump
(
    const uint8 * InBytes,
    const uint32 InBytesLen,
    bool bDumpASCII,
    bool bDumpOffset,
    FOutputDevice * OutLog
)

Remarks

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