Navigation
API > API/Editor > API/Editor/UnrealEd
UInternationalizationExportCommandlet: Commandlet used to export internationalization data to various standard formats.
| Name | UInternationalizationExportCommandlet |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationExportCommandlet.h |
| Include Path | #include "Commandlets/InternationalizationExportCommandlet.h" |
Syntax
UCLASS ()
class UInternationalizationExportCommandlet : public UGatherTextCommandletBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommandlet → UGatherTextCommandletBase → UInternationalizationExportCommandlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInternationalizationExportCommandlet
(
const FObjectInitializer& ObjectInitializer |
Commandlets/InternationalizationExportCommandlet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDoExport | bool | Commandlets/InternationalizationExportCommandlet.h | ||
| bDoImport | bool | Commandlets/InternationalizationExportCommandlet.h |
Functions
Public
Overridden from UGatherTextCommandletBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanParallelize() |
Can this task run in parallel with other tasks in its phase? If true, a random thread may invoke Main so any external/shared resources used must be thread-safe. | Commandlets/InternationalizationExportCommandlet.h | |
virtual bool ConfigurePhase
(
const FString& Params |
Called once before GetPhase to allow the commandlet to compute which phase it needs to run it. | Commandlets/InternationalizationExportCommandlet.h | |
virtual EGatherTextCommandletPhase GetPhase() |
Which phase does this task need to run in? | Commandlets/InternationalizationExportCommandlet.h |
Overridden from UCommandlet
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Main
(
const FString& Params |
UInternationalizationExportCommandlet | Commandlets/InternationalizationExportCommandlet.h |