FHistoricTextNumericData

Used to gather information about a historic numeric format operation

Windows
MacOS
Linux

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

Name Description

Public variable

TOptional< FNum...

 

FormatOptions

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

Public variable

EType

 

FormatType

Type of numeric format that was performed

Public variable

FFormatArgument...

 

SourceValue

The source number to format

Constructors

Name Description

Public function

FHistoricTextNumericData()

Public function

FHistoricTextNumericData

(
    const EType InFormatType,
    const FFormatArgumentValue& InSour...,
    const TOptional< FNumberFormattingO...
)

Enums

Name

Description

Public enum

EType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss