FTextFormatter::Format

Incredibly low-level version 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 FString Format
(
    const FTextFormat & InFmt,
    const FPrivateTextFormatArguments & InFormatArgs
)

Remarks

Incredibly low-level version of format. You should only be calling this if you're implementing a custom argument modifier type that itself needs to format using the private arguments

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