![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Text.h>
Public Types | |
| enum class | EType : uint8 { AsNumber , AsPercent } |
Public Member Functions | |
| FHistoricTextNumericData () | |
| FHistoricTextNumericData (const EType InFormatType, const FFormatArgumentValue &InSourceValue, const TOptional< FNumberFormattingOptions > &InFormatOptions) | |
Public Attributes | |
| EType | FormatType |
| FFormatArgumentValue | SourceValue |
| TOptional< FNumberFormattingOptions > | FormatOptions |
Used to gather information about a historic numeric format operation
|
strong |
|
inline |
|
inline |
| TOptional<FNumberFormattingOptions> FHistoricTextNumericData::FormatOptions |
Custom formatting options used when formatting this number (if any)
| EType FHistoricTextNumericData::FormatType |
Type of numeric format that was performed
| FFormatArgumentValue FHistoricTextNumericData::SourceValue |
The source number to format