Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include |
#include "Internationalization/Text.h" |
template<typename... TArguments>
static FText FormatOrdered
(
FTextFormat Fmt,
TArguments &&... Args
)
FormatOrdered allows you to pass a variadic list of types to use for formatting in order desired
a formatted FText
Parameter |
Description |
---|---|
Fmt |
the format to create from |
Args |
a variadic list of values in order of desired formatting |