![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TextHistory.h>
Inheritance diagram for FTextHistory_Base: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 | |
| void | MarkDisplayStringOutOfDate () |
| void | MarkDisplayStringUpToDate () |
A potentially localized piece of source text (may have a TextId).
|
default |
| FTextHistory_Base::FTextHistory_Base | ( | const FTextId & | InTextId, |
| FString && | InSourceString | ||
| ) |
| FTextHistory_Base::FTextHistory_Base | ( | const FTextId & | InTextId, |
| FString && | InSourceString, | ||
| FTextConstDisplayStringPtr && | InLocalizedString | ||
| ) |
|
overridevirtual |
Build the display string for the invariant culture
Implements FTextHistory.
|
overridevirtual |
True if "UpdateDisplayString" might do something if called, or False if it would be redundant
Reimplemented from FTextHistory.
|
overridevirtual |
Get the string to use for display purposes. This may be a shared display string from the localization manager, or may been generated at runtime.
Implements ITextData.
|
overridevirtual |
Get the shared display string (if any).
Reimplemented from FTextHistory.
|
overridevirtual |
Get the source string for this text.
Reimplemented from FTextHistory.
|
finaloverridevirtual |
Returns the ID of the shared display string (if any).
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
Implements FTextHistory.
|
overridevirtual |
Update the display string when the history is out-of-date
Implements FTextHistory.
| FTextHistory_Base::OVERRIDE_TEXT_HISTORY_STRINGIFICATION |