Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/ITextData.h |
| Include | #include "Internationalization/ITextData.h" |
Syntax
class ITextData
Remarks
Interface to the internal data for an FText.
Destructors
| Type | Name | Description | |
|---|---|---|---|
~ITextData () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Get the string to use for display purposes. | ||
| uint16 | Get the global history revision associated with this text instance. | ||
| uint16 | Get the local history revision associated with this text instance. | ||
| FTextConstDisplayStringPtr | Get the shared display string (if any). | ||
| FTextHistory & | Get a mutable reference to the history associated with this text instance (used when loading/saving text). | ||
| const FString & | Get the source string for this text. | ||
| const FTextHistory & | Get the history associated with this text instance. |