FTextFormatter::FormatStr

Low-level version of Format that returns a string.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/TextFormatter.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/TextFormatter.cpp

Syntax

static FString FormatStr
(
    const FTextFormat & InFmt,
    const FFormatOrderedArguments & InArguments,
    const bool bInRebuildText,
    const bool bInRebuildAsSource
)

Remarks

Low-level version of Format that returns a string. This should typically only be used externally when rebuilding the display string for some formatted text

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