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 FHistoricTextNumericData
Remarks
Used to gather information about a historic numeric format operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FNumberFormattingOptions > | FormatOptions | Custom formatting options used when formatting this number (if any) | |
| EType | FormatType | Type of numeric format that was performed | |
| FFormatArgumentValue | SourceValue | The source number to format |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHistoricTextNumericData
(
const EType InFormatType, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |