![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Text.h>
Public Member Functions | |
| FHistoricTextFormatData () | |
| FHistoricTextFormatData (FText InFormattedText, FTextFormat &&InSourceFmt, FFormatNamedArguments &&InArguments) | |
Public Attributes | |
| FText | FormattedText |
| FTextFormat | SourceFmt |
| FFormatNamedArguments | Arguments |
Used to gather information about a historic text format operation
|
inline |
|
inline |
| FFormatNamedArguments FHistoricTextFormatData::Arguments |
Arguments to replace in the pattern string
| FText FHistoricTextFormatData::FormattedText |
The final formatted text this data is for
| FTextFormat FHistoricTextFormatData::SourceFmt |
The pattern used to format the text