Navigation
API > API/Developer > API/Developer/LocalizationService
| Name | ILocalizationServiceOperation |
| Type | class |
| Header File | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceOperation.h |
| Include Path | #include "ILocalizationServiceOperation.h" |
Syntax
class ILocalizationServiceOperation : public TSharedFromThis< ILocalizationServiceOperation, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → ILocalizationServiceOperation
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILocalizationServiceOperation() |
Virtual destructor | ILocalizationServiceOperation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetInProgressString() |
Get the string to display when this operation is in progress | ILocalizationServiceOperation.h | |
FName GetName() |
Get the name of this operation, used as a unique identifier | ILocalizationServiceOperation.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< Type, ESPMode::ThreadSafe > Create() |
Factory method for easier operation creation | ILocalizationServiceOperation.h |