Navigation
API > API/Developer > API/Developer/LocalizationService
Inheritance Hierarchy
- TSharedFromThis
- ILocalizationServiceOperation
- FUploadLocalizationTargetFile
References
| Module | LocalizationService |
| Header | /Engine/Source/Developer/LocalizationService/Public/LocalizationServiceOperations.h |
| Include | #include "LocalizationServiceOperations.h" |
Syntax
class FUploadLocalizationTargetFile : public ILocalizationServiceOperation
Remarks
Operation used to upload a localization file to a localization service
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPreserveAllText | Ask the translations service to keep all text, even if not present in the current upload file. | |
| FString | InLocale | The locale (culture code, for example "fr" or "en-us" or "ja-jp") to download the translations for | |
| FString | InRelativeInputFilePathAndName | The path and name to the file to upload, relative to project directory | |
| FGuid | InTargetGuid | The GUID of the Localization Target | |
| FText | OutErrorText | Place to easily store and access error message |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetInLocale () |
||
| const FString & | |||
| const FGuid & | |||
| FText | |||
| bool | |||
| void | SetInLocale
(
FString NewLocale |
||
| void | SetInRelativeInputFilePathAndName
(
const FString& NewInRelativeInputFilePathAndName |
||
| void | SetInTargetGuid
(
const FGuid& NewInTargetGuid |
||
| void | SetOutErrorText
(
const FText& NewOutErrorText |
||
| void | SetPreserveAllText
(
bool NewPreserveAllText |