FTextFormatString::MakeReference

Construct from the given pointer and size (takes a sub-string reference, doesn't have to be null terminated)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h

Include

#include "Internationalization/ITextFormatArgumentModifier.h"

Syntax

static FTextFormatString MakeReference
(
    const TCHAR * InStr,
    const int32 InLen
)

Remarks

Construct from the given pointer and size (takes a sub-string reference, doesn't have to be null terminated)

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