![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FArgumentModifierTokenSpecifier |
| struct | FArgumentTokenSpecifier |
| struct | FEscapedCharacter |
| struct | FStringLiteral |
Functions | |
| TOptional< FExpressionError > | ParseArgument (const FTextFormatPatternDefinition &InPatternDef, FExpressionTokenConsumer &Consumer) |
| TOptional< FExpressionError > | ParseArgumentModifier (const FTextFormatPatternDefinition &InPatternDef, FExpressionTokenConsumer &Consumer) |
| TOptional< FExpressionError > | ParseEscapedChar (const FTextFormatPatternDefinition &InPatternDef, FExpressionTokenConsumer &Consumer) |
| TOptional< FExpressionError > | ParseLiteral (const FTextFormatPatternDefinition &InPatternDef, FExpressionTokenConsumer &Consumer) |
| TOptional< FExpressionError > TextFormatTokens::ParseArgument | ( | const FTextFormatPatternDefinition & | InPatternDef, |
| FExpressionTokenConsumer & | Consumer | ||
| ) |
| TOptional< FExpressionError > TextFormatTokens::ParseArgumentModifier | ( | const FTextFormatPatternDefinition & | InPatternDef, |
| FExpressionTokenConsumer & | Consumer | ||
| ) |
| TOptional< FExpressionError > TextFormatTokens::ParseEscapedChar | ( | const FTextFormatPatternDefinition & | InPatternDef, |
| FExpressionTokenConsumer & | Consumer | ||
| ) |
| TOptional< FExpressionError > TextFormatTokens::ParseLiteral | ( | const FTextFormatPatternDefinition & | InPatternDef, |
| FExpressionTokenConsumer & | Consumer | ||
| ) |