![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ITextData.h>
Inheritance diagram for ITextData:Public Member Functions | |
| virtual | ~ITextData ()=default |
| virtual const FString & | GetSourceString () const =0 |
| virtual const FString & | GetDisplayString () const =0 |
| virtual FTextConstDisplayStringPtr | GetLocalizedString () const =0 |
| virtual uint16 | GetGlobalHistoryRevision () const =0 |
| virtual uint16 | GetLocalHistoryRevision () const =0 |
| virtual const FTextHistory & | GetTextHistory () const =0 |
| virtual FTextHistory & | GetMutableTextHistory ()=0 |
Public Member Functions inherited from IRefCountedObject | |
| virtual | ~IRefCountedObject () |
| virtual FReturnedRefCountValue | AddRef () const =0 |
| virtual uint32 | Release () const =0 |
| virtual uint32 | GetRefCount () const =0 |
Interface to the internal data for an FText.
|
virtualdefault |
|
pure virtual |
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.
Implemented in FTextHistory_Base, FTextHistory_Generated, and FTextHistory_StringTableEntry.
Get the global history revision associated with this text instance.
Implemented in FTextHistory.
Get the local history revision associated with this text instance.
Implemented in FTextHistory.
|
pure virtual |
Get the shared display string (if any).
Implemented in FTextHistory, FTextHistory_Base, and FTextHistory_StringTableEntry.
|
pure virtual |
Get a mutable reference to the history associated with this text instance (used when loading/saving text).
Implemented in FTextHistory.
|
pure virtual |
Get the source string for this text.
Implemented in FTextHistory, FTextHistory_Base, and FTextHistory_StringTableEntry.
|
pure virtual |
Get the history associated with this text instance.
Implemented in FTextHistory.