Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/NUTDebug
| Type | Name | Description | |
|---|---|---|---|
| FString | 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) | ||
| FString | Version of the above hex-dump function, which takes a string as input | ||
| FString | HexDump
(
const uint8* InBytes, |
Version of the above hex-dump function, which takes a byte pointer and length as input |