ITextData

Interface to the internal data for an [FText](API\Runtime\Core\Internationalization\FText).

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

Name Description

Public function Virtual

~ITextData()

Functions

Name Description

Public function Const

const FStrin...

 

GetDisplayString()

Get the string to use for display purposes.

Public function Const

uint16

 

GetGlobalHistoryRevision()

Get the global history revision associated with this text instance.

Public function Const

uint16

 

GetLocalHistoryRevision()

Get the local history revision associated with this text instance.

Public function Const

FTextConstDi...

 

GetLocalizedString()

Get the shared display string (if any).

Public function

FTextHistory...

 

GetMutableTextHistory()

Get a mutable reference to the history associated with this text instance (used when loading/saving text).

Public function Const

const FStrin...

 

GetSourceString()

Get the source string for this text.

Public function Const

const FTextH...

 

GetTextHistory()

Get the history associated with this text instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel