FTextFormatter::Format

Low-level versions of Format.

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 FText Format
(
    FTextFormat && InFmt,
    FFormatOrderedArguments && InArguments,
    const bool bInRebuildText,
    const bool bInRebuildAsSource
)

Remarks

Low-level versions of Format. You probably want to use FText::Format rather than call these directly

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