ILocalizationServiceState

An abstraction of the state of a file under localization service

Unreal Engine C++ API Reference > Developer > LocalizationService

Inheritance Hierarchy

References

   
Module LocalizationService
Header /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceState.h
Include #include "ILocalizationServiceState.h"

Syntax

class ILocalizationServiceState : public [TSharedFromThis< ILocalizationServiceState, ESPMode::ThreadSafe >](API\Runtime\Core\Templates\TSharedFromThis)  

Remarks

An abstraction of the state of a file under localization service

Destructors

Type Name Description
  ~ILocalizationServiceState () Virtual destructor

Functions

Type Name Description
bool CanEdit () Get whether localization service allows this translation to be edited
const FCultu... GetCulture () Get the culture for which the localization of the text is for
FText GetDisplayName () Get a text representation of the state
FText GetDisplayTooltip () Get a tooltip to describe this state
TSharedPtr< ... GetHistoryItem ( int32 HistoryIndex ) Get an item from the history
int32 GetHistorySize () Get the size of the history.
FName GetIconName () Get the name of the icon graphic we should use to display the state in a UI.
FName GetSmallIconName () Get the name of the small icon graphic we should use to display the state in a UI.
const FStrin... GetSourceString () Get the text in question
const FDateT... GetTimeStamp () Get the timestamp of the last update that was made to this state.
*virtual... GetTranslationIdentifier ()  
const FStrin... GetTranslationString () Get the text in question
bool IsCurrent () Get whether this translation is up-to-date with the version in localization service
bool IsKnownToLocalizationService () Get whether this text is known to the localization service
bool IsModified () Get whether this file is modified compared to the version we have from localization service
bool IsUnknown () Get whether we know anything about this files localization service state

Constants

Name Description
INVALID_REVISION  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library