Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Commandlets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- 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
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 | |
---|---|---|---|
![]() |
bool | GetBoolFromConfig
(
const TCHAR* Section, |
Wrappers for extracting config values. |
![]() |
int32 | GetPathArrayFromConfig
(
const TCHAR* Section, |
|
![]() |
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 |
|
![]() |
int32 | GetStringArrayFromConfig
(
const TCHAR* Section, |
|
![]() |
bool | GetStringFromConfig
(
const TCHAR* Section, |
|
![]() ![]() |
void | Initialize
(
const TSharedRef< FLocTextHelper >& InGatherManifestHelper, |
|
![]() ![]() |
bool | IsSplitPlatformName
(
const FName InPlatformName |
Utilities for split platform detection. |
![]() ![]() ![]() |
bool | Returns true if this commandlet should run during a preview run. | |
![]() ![]() |
bool | ShouldSplitPlatformForPath
(
const FString& InPath, |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | BeginDestroy () |
Called before destroying the object. |
Constants
Name | Description |
---|---|
ConfigParam | Common params and switches among all text gathering commadnlets. |
DisableSubmitSwitch | |
EnableSourceControlSwitch | |
GatherTypeParam | |
PreviewSwitch |