Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextFormatter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString FormatStr
(
const FTextFormat& InFmt, |
Low-level version of Format that returns a string. | Internationalization/TextFormatter.h | |
static FString FormatStr
(
const FTextFormat& InFmt, |
Internationalization/TextFormatter.h | ||
static FString FormatStr
(
const FTextFormat& InFmt, |
Internationalization/TextFormatter.h |
FormatStr(const FTextFormat &, const FFormatNamedArguments &, const bool, const bool)
Description
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
| Name | FormatStr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextFormatter.h |
| Include Path | #include "Internationalization/TextFormatter.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextFormatter.cpp |
static FString FormatStr
(
const FTextFormat & InFmt,
const FFormatNamedArguments & InArguments,
const bool bInRebuildText,
const bool bInRebuildAsSource
)
FormatStr(const FTextFormat &, const FFormatOrderedArguments &, const bool, const bool)
| Name | FormatStr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextFormatter.h |
| Include Path | #include "Internationalization/TextFormatter.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextFormatter.cpp |
static FString FormatStr
(
const FTextFormat & InFmt,
const FFormatOrderedArguments & InArguments,
const bool bInRebuildText,
const bool bInRebuildAsSource
)
FormatStr(const FTextFormat &, const TArray< FFormatArgumentData > &, const bool, const bool)
| Name | FormatStr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextFormatter.h |
| Include Path | #include "Internationalization/TextFormatter.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextFormatter.cpp |
static FString FormatStr
(
const FTextFormat & InFmt,
const TArray < FFormatArgumentData > & InArguments,
const bool bInRebuildText,
const bool bInRebuildAsSource
)