Ark Server API (ASA) - Wiki
|
#include <ITextData.h>
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 |
Interface to the internal data for an FText.
Definition at line 13 of file ITextData.h.
|
virtualdefault |
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.
Get the global history revision associated with this text instance.
Get the local history revision associated with this text instance.
|
pure virtual |
Get the shared display string (if any).
|
pure virtual |
Get a mutable reference to the history associated with this text instance (used when loading/saving text).
Get the source string for this text.
|
pure virtual |
Get the history associated with this text instance.