Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- UCommandlet
- UGatherTextCommandletBase
- UExportDialogueScriptCommandlet
- UGatherTextCommandlet
- UGatherTextFromAssetsCommandlet
- UGatherTextFromMetaDataCommandlet
- UGatherTextFromSourceCommandlet
- UGenerateGatherArchiveCommandlet
- UGenerateGatherManifestCommandlet
- UGenerateTextLocalizationReportCommandlet
- UGenerateTextLocalizationResourceCommandlet
- UImportDialogueScriptCommandlet
- UImportLocalizedDialogueCommandlet
- UInternationalizationConditioningCommandlet
- UInternationalizationExportCommandlet
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h |
| Include | #include "Commandlets/GatherTextCommandletBase.h" |
Syntax
UCLASS (MinimalAPI)
class UGatherTextCommandletBase : public UCommandlet
Remarks
UGatherTextCommandletBase: Base class for localization commandlets. Just to force certain behaviors and provide helper functionality.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FLocTextHelper > | GatherManifestHelper | ||
| TSharedPtr< FLocalizationSCC > | SourceControlInfo | ||
| TMap< FName, FString > | SplitPlatforms | Mapping from platform name to the path marker for that platform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGatherTextCommandletBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
||
| bool | GetBoolFromConfig
(
const TCHAR* Section, |
Wrappers for extracting config values. | |
| int32 | |||
| bool | GetPathFromConfig
(
const TCHAR* Section, |
||
| const FString & | Utility to get the correct base path (engine or project) for the current environment. | ||
| FName | GetSplitPlatformNameFromPath
(
const FString& InPath |
||
| FName | GetSplitPlatformNameFromPath_Static
(
const FString& InPath, |
||
| int32 | |||
| bool | GetStringFromConfig
(
const TCHAR* Section, |
||
| void | Initialize
(
const TSharedRef< FLocTextHelper >& InGatherManifestHelper, |
||
| bool | IsSplitPlatformName
(
const FName InPlatformName |
Utilities for split platform detection. | |
| void | ResolveLocalizationPath
(
FString& InOutPath |
||
| bool | Returns true if this commandlet should run during a preview run. | ||
| bool | ShouldSplitPlatformForPath
(
const FString& InPath, |
Constants
| Name | Description |
|---|---|
| ConfigParam | Common params and switches among all text gathering commandlets. |
| DisableSubmitSwitch | |
| EnableSourceControlSwitch | |
| GatherTypeParam | |
| PreviewSwitch | |
| SkipNestedMacroPrepassSwitch |