Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > NUTDebug
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
Include | #include "NUTUtilDebug.h" |
static void StringToBytes
&40;
const FString & InString,
TArray< uint8 > & OutBytes
&41;
Remarks
Quick conversion of a string to a hex-dumpable byte array
Parameters
Name | Description |
---|---|
InString | The string to convert |
OutBytes | The byte array to output to |