![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TextHistory.h>
Inheritance diagram for FTextHistory_OrderedFormat:Public Attributes | |
| OVERRIDE_TEXT_HISTORY_STRINGIFICATION | |
Additional Inherited Members | |
Static Public Member Functions inherited from FTextHistory | |
| static bool | StaticShouldReadFromBuffer (const TCHAR *Buffer) |
Protected Member Functions inherited from FTextHistory | |
| virtual bool | CanUpdateDisplayString () |
| void | MarkDisplayStringOutOfDate () |
| void | MarkDisplayStringUpToDate () |
Protected Attributes inherited from FTextHistory_Generated | |
| FString | DisplayString |
Handles history for FText::Format when passing ordered arguments
|
default |
| FTextHistory_OrderedFormat::FTextHistory_OrderedFormat | ( | FString && | InDisplayString, |
| FTextFormat && | InSourceFmt, | ||
| FFormatOrderedArguments && | InArguments | ||
| ) |
|
overridevirtual |
Build the display string for the invariant culture
Implements FTextHistory.
|
overridevirtual |
Build the display string for the current culture
Implements FTextHistory_Generated.
|
overridevirtual |
Get any historic text format data from this history
Reimplemented from FTextHistory.
|
inlineoverridevirtual |
Get the type of this history
Implements FTextHistory.
|
overridevirtual |
Check whether this history is considered identical to the other history, based on the comparison flags provided.
Implements FTextHistory.
|
overridevirtual |
Serializes the history to/from a structured archive slot
Reimplemented from FTextHistory_Generated.
| FTextHistory_OrderedFormat::OVERRIDE_TEXT_HISTORY_STRINGIFICATION |