NUTDebug::StringToBytes

Quick conversion of a string to a hex-dumpable byte array

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "NUTUtilDebug.h"

Syntax

static void StringToBytes
(
    const FString & InString,
    TArray< uint8 > & OutBytes
)

Remarks

Quick conversion of a string to a hex-dumpable byte array

Parameters

Parameter

Description

InString

The string to convert

OutBytes

The byte array to output to

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss