Navigation
API > API/Runtime > API/Runtime/Core
Definition of the pattern used during a text format.
| Name | FTextFormatPatternDefinition |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextFormatter.h |
| Include Path | #include "Internationalization/TextFormatter.h" |
Syntax
class FTextFormatPatternDefinition : public TSharedFromThis< FTextFormatPatternDefinition, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FTextFormatPatternDefinition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTextFormatPatternDefinition() |
Constructor | Internationalization/TextFormatter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArgEndChar | TCHAR | Character representing the end of a format argument token | Internationalization/TextFormatter.h | |
| ArgModChar | TCHAR | Character representing the start of a format argument modifier token | Internationalization/TextFormatter.h | |
| ArgStartChar | TCHAR | Character representing the start of a format argument token | Internationalization/TextFormatter.h | |
| EscapeChar | TCHAR | Character representing the start of an escape token | Internationalization/TextFormatter.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TextFormatDefinitions | FTokenDefinitions | Token definitions for the text format lexer | Internationalization/TextFormatter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTokenDefinitions & GetTextFormatDefinitions() |
Get the text format definitions used when formatting text | Internationalization/TextFormatter.h | |
bool IsLiteralBreakChar
(
const TCHAR InChar |
Is the given character one that should cause a literal string token to break parsing? | Internationalization/TextFormatter.h | |
bool IsValidEscapeChar
(
const TCHAR InChar |
Is the given character one that an escape token may escape? | Internationalization/TextFormatter.h | |
FTextFormatPatternDefinition & SetArgEndChar
(
const TCHAR InChar |
Internationalization/TextFormatter.h | ||
FTextFormatPatternDefinition & SetArgModChar
(
const TCHAR InChar |
Internationalization/TextFormatter.h | ||
FTextFormatPatternDefinition & SetArgStartChar
(
const TCHAR InChar |
Internationalization/TextFormatter.h | ||
FTextFormatPatternDefinition & SetEscapeChar
(
const TCHAR InChar |
Internationalization/TextFormatter.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTextFormatPatternDefinitionConstRef GetDefault() |
Singleton access to the default instance | Internationalization/TextFormatter.h |