FString::FromBlob

Converts a buffer to a string

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Source

/Engine/Source/Runtime/Core/Private/Containers/String.cpp

Syntax

static FString FromBlob
(
    const uint8 * SrcBuffer,
    const uint32 SrcSize
)

Remarks

Converts a buffer to a string

Returns

the blob in string form

Parameters

Parameter

Description

SrcBuffer

the buffer to stringify

SrcSize

the 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