Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/NUTDebug
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void LogHexDump
(
const TArray< uint8 >& InBytes, |
Version of the above hex-dump function, which dumps in a format more friendly/readable in log text files | NUTUtilDebug.h | |
static void LogHexDump
(
const FString& InString, |
Version of the above, which takes a string as input | NUTUtilDebug.h | |
static void LogHexDump
(
const uint8* InBytes, |
Version of the above hex-dump logging function, which takes a byte pointer and length as input | NUTUtilDebug.h |
LogHexDump(const TArray< uint8 > &, bool, bool, FOutputDevice *)
Description
Version of the above hex-dump function, which dumps in a format more friendly/readable in log text files
| Name | LogHexDump |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
| Include Path | #include "NUTUtilDebug.h" |
static void LogHexDump
(
const TArray < uint8 > & InBytes,
bool bDumpASCII,
bool bDumpOffset,
FOutputDevice * OutLog
)
LogHexDump(const FString &, bool, bool, FOutputDevice *)
Description
Version of the above, which takes a string as input
| Name | LogHexDump |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
| Include Path | #include "NUTUtilDebug.h" |
static void LogHexDump
(
const FString & InString,
bool bDumpASCII,
bool bDumpOffset,
FOutputDevice * OutLog
)
LogHexDump(const uint8 , const uint32, bool, bool, FOutputDevice )
Description
Version of the above hex-dump logging function, which takes a byte pointer and length as input
| Name | LogHexDump |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
| Include Path | #include "NUTUtilDebug.h" |
static void LogHexDump
(
const uint8 * InBytes,
const uint32 InBytesLen,
bool bDumpASCII,
bool bDumpOffset,
FOutputDevice * OutLog
)