Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include |
#include "Internationalization/Text.h" |
class FTextFormat
Cached compiled expression used by the text formatter. The compiled expression will automatically update if the display string is changed. See TextFormatter.cpp for the definition.
Name | Description | |
---|---|---|
|
FTextFormat() |
Construct an instance using an empty FText. |
|
FTextFormat ( |
Construct an instance from an FText. |
|
FTextFormat ( |
Construct an instance from an FText and custom format pattern definition. |
Name | Description | ||
---|---|---|---|
|
FromString ( |
Construct an instance from an FString. |
|
|
FromString ( |
Construct an instance from an FString. |
|
|
FromString ( |
Construct an instance from an FString and custom format pattern definition. |
|
|
FromString ( |
Construct an instance from an FString. |
|
|
EExpressionT... |
GetExpressionType() |
Get the type of expression currently compiled. |
|
GetFormatArgumentNames |
Append the names of any arguments to the given array. |
|
|
FTextFormatP... |
GetPatternDefinition() |
Get the format pattern definition being used. |
|
const FStrin... |
GetSourceString() |
Get the source string that we're holding. |
|
GetSourceText() |
Get the source text that we're holding. If we're holding a string then we'll construct a new text. |
|
|
IdenticalTo ( |
Check whether this instance is considered identical to the other instance, based on the comparison flags provided. |
|
|
IsValid() |
Test to see whether this instance contains valid compiled data. |
|
|
ValidatePattern ( |
Validate the format pattern is valid based on the rules of the given culture (or null to use the current language). |
Name |
Description |
|
---|---|---|
|
EExpressionType |