Navigation
Unreal Engine C++ API Reference > Developer > LocalizationService
Inheritance Hierarchy
- TSharedFromThis
- ILocalizationServiceOperation
- FDownloadLocalizationTargetFile
References
Module | LocalizationService |
Header | /Engine/Source/Developer/LocalizationService/Public/LocalizationServiceOperations.h |
Include | #include "LocalizationServiceOperations.h" |
Syntax
class FDownloadLocalizationTargetFile : public ILocalizationServiceOperation
Remarks
Operation used to download a localization target file from a localization service
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FString | InLocale | The locale (culture code, for example "fr" or "en-us" or "ja-jp") to download the translations for |
![]() |
FString | InRelativeOutputFilePathAndName | The path and name to the file downloaded, relative to project directory |
![]() |
FGuid | InTargetGuid | The GUID of the Localization Target |
![]() |
FText | OutErrorText | Place to easily store and access error message |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FString | GetInLocale () |
|
![]() ![]() |
const FString & | ||
![]() ![]() |
const FGuid & | ||
![]() |
FText | ||
![]() |
void | SetInLocale
(
FString NewLocale |
|
![]() |
void | SetInRelativeOutputFilePathAndName
(
const FString& NewInRelativeOutputFilePathAndName |
|
![]() |
void | SetInTargetGuid
(
const FGuid& NewInTargetGuid |
|
![]() |
void | SetOutErrorText
(
const FText& NewOutErrorText |