◆ FTextFormatData() [1/2]
Construct an instance from an FText. The text will be immediately compiled.
◆ FTextFormatData() [2/2]
Construct an instance from an FString. The string will be immediately compiled.
◆ Format()
Produce a formatted string using the given argument look-up.
◆ GetExpressionType()
Get the type of expression currently compiled.
◆ GetFormatArgumentNames()
Append the names of any arguments to the given array.
◆ GetFormatFlags()
Get the format flags being used.
◆ GetPatternDefinition()
Get the format pattern definition being used.
◆ GetSharedEmptyInstance()
Get the common "empty" instance to use for a default constructed FTextFormat.
◆ GetSourceString()
| FORCEINLINE const FString & FTextFormatData::GetSourceString |
( |
| ) |
const |
|
inline |
Get the source string that we're holding. If we're holding a text then we'll return its internal string.
◆ 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).
- Returns
- true if the pattern is valid, or false if not (false may also fill in OutValidationErrors).
The documentation for this class was generated from the following file: