BytesToString

Convert an array of bytes to a TCHAR

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h

Include

#include "Containers/UnrealString.h"

Syntax

FString BytesToString
(
    const uint8 * In,
    int32 Count
)

Remarks

Convert an array of bytes to a TCHAR

Returns

Valid string representing bytes.

Parameters

Parameter

Description

In

byte array values to convert

Count

number of bytes to convert

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