Navigation
API > API/Developer > API/Developer/LocalizationService
Inheritance Hierarchy
- TSharedFromThis
- ILocalizationServiceOperation
- FConnectToProvider
- FDownloadLocalizationTargetFile
- FUploadLocalizationTargetFile
References
| Module | LocalizationService |
| Header | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceOperation.h |
| Include | #include "ILocalizationServiceOperation.h" |
Syntax
class ILocalizationServiceOperation : public TSharedFromThis< ILocalizationServiceOperation, ESPMode::ThreadSafe >
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< Type, ESPMode::ThreadSafe > | Create () |
Factory method for easier operation creation | |
| FText | Get the string to display when this operation is in progress | ||
| FName | GetName () |
Get the name of this operation, used as a unique identifier |