Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include | #include "Internationalization/Text.h" |
Syntax
class FHistoricTextFormatData
Remarks
Used to gather information about a historic text format operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFormatNamedArguments | Arguments | Arguments to replace in the pattern string | |
| FText | FormattedText | The final formatted text this data is for | |
| FTextFormat | SourceFmt | The pattern used to format the text |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHistoricTextFormatData
(
FText InFormattedText, |