FHistoricTextFormatData

Used to gather information about a historic text format operation

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Text.h

Include

#include "Internationalization/Text.h"

Syntax

class FHistoricTextFormatData

Remarks

Used to gather information about a historic text format operation

Variables

Name Description

Public variable

FFormatNamedArg...

 

Arguments

Arguments to replace in the pattern string

Public variable

FText

 

FormattedText

The final formatted text this data is for

Public variable

FTextFormat

 

SourceFmt

The pattern used to format the text

Constructors

Name Description

Public function

FHistoricTextFormatData()

Public function

FHistoricTextFormatData

(
    FText InFormattedText,
    FTextFormat&& InSourceFmt,
    FFormatNamedArguments&& InArgument...
)

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