ILocalizationServiceState

An abstraction of the state of a file under localization service

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

ILocalizationServiceState

References

Module

LocalizationService

Header

/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceState.h

Include

#include "ILocalizationServiceState.h"

Syntax

Remarks

An abstraction of the state of a file under localization service

Destructors

Name Description

Public function Virtual

~ILocalizationServiceState()

Virtual destructor

Functions

Name Description

Public function Const

bool

 

CanEdit()

Get whether localization service allows this translation to be edited

Public function Const

const FCultu...

 

GetCulture()

Get the culture for which the localization of the text is for

Public function Const

FText

 

GetDisplayName()

Get a text representation of the state

Public function Const

FText

 

GetDisplayTooltip()

Get a tooltip to describe this state

Public function Const

TSharedPtr< ...

 

GetHistoryItem

(
    int32 HistoryIndex
)

Get an item from the history

Public function Const

int32

 

GetHistorySize()

Get the size of the history.

Public function Const

FName

 

GetIconName()

Get the name of the icon graphic we should use to display the state in a UI.

Public function Const

FName

 

GetSmallIconName()

Get the name of the small icon graphic we should use to display the state in a UI.

Public function Const

const FStrin...

 

GetSourceString()

Get the text in question

Public function Const

const FDateT...

 

GetTimeStamp()

Get the timestamp of the last update that was made to this state.

Public function Const

*virtual...

 

GetTranslationIdentifier()

Public function Const

const FStrin...

 

GetTranslationString()

Get the text in question

Public function Const

bool

 

IsCurrent()

Get whether this translation is up-to-date with the version in localization service

Public function Const

bool

 

IsKnownToLocalizationService()

Get whether this text is known to the localization service

Public function Const

bool

 

IsModified()

Get whether this file is modified compared to the version we have from localization service

Public function Const

bool

 

IsUnknown()

Get whether we know anything about this files localization service state

Constants

Name

Description

INVALID_REVISION

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