Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FHistoricTextNumericData Class Reference

#include <Text.h>

+ Collaboration diagram for FHistoricTextNumericData:

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< FNumberFormattingOptionsFormatOptions
 

Detailed Description

Used to gather information about a historic numeric format operation

Definition at line 1055 of file Text.h.

Member Enumeration Documentation

◆ EType

Enumerator
AsNumber 
AsPercent 

Definition at line 1058 of file Text.h.

Constructor & Destructor Documentation

◆ FHistoricTextNumericData() [1/2]

FHistoricTextNumericData::FHistoricTextNumericData ( )
inline

Definition at line 1064 of file Text.h.

◆ FHistoricTextNumericData() [2/2]

FHistoricTextNumericData::FHistoricTextNumericData ( const EType InFormatType,
const FFormatArgumentValue & InSourceValue,
const TOptional< FNumberFormattingOptions > & InFormatOptions )
inline

Definition at line 1069 of file Text.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ FormatOptions

TOptional<FNumberFormattingOptions> FHistoricTextNumericData::FormatOptions

Custom formatting options used when formatting this number (if any)

Definition at line 1083 of file Text.h.

◆ FormatType

EType FHistoricTextNumericData::FormatType

Type of numeric format that was performed

Definition at line 1077 of file Text.h.

◆ SourceValue

FFormatArgumentValue FHistoricTextNumericData::SourceValue

The source number to format

Definition at line 1080 of file Text.h.


The documentation for this class was generated from the following file: