Navigation
API > API/Runtime > API/Runtime/Core
Used to gather information about a historic numeric format operation
| Name | FHistoricTextNumericData |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
Syntax
class FHistoricTextNumericData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Internationalization/Text.h | |||
FHistoricTextNumericData
(
const EType InFormatType, |
Internationalization/Text.h |
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FormatOptions | TOptional< FNumberFormattingOptions > | Custom formatting options used when formatting this number (if any) | Internationalization/Text.h | |
| FormatType | EType | Type of numeric format that was performed | Internationalization/Text.h | |
| SourceValue | FFormatArgumentValue | The source number to format | Internationalization/Text.h |