Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommandlet
- UGatherTextCommandletBase
- UInternationalizationConditioningCommandlet
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationConditioningCommandlet.h |
| Include | #include "Commandlets/InternationalizationConditioningCommandlet.h" |
Syntax
class UInternationalizationConditioningCommandlet : public UGatherTextCommandletBase
Remarks
UInternationalizationConditioningCommandlet: Commandlet that contains various misc functionality to prepare, modify, and condition Internationalization manifest and archive data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FLocalizationFilePair > | LocPairs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UInternationalizationConditioningCommandlet
(
const FObjectInitializer& ObjectInitializer |
UGatherTextCommandlet |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddForeignFile
(
const FString& Filename |
Adds the specified file as the foreign version for a loc file pair | |
| void | AddNativeFile
(
const FString& Filename |
Adds the specified file as the native version for a loc file pair | |
| int32 | FindForeignIndex
(
const FString& Filename |
Returns the index of the loc file pair that contains the native version of the specified filename, or INDEX_NONE if it isn't found | |
| int32 | FindNativeIndex
(
const FString& Filename |
Returns the index of the loc file pair that contains the native version of the specified filename, or INDEX_NONE if it isn't found | |
| void | LoadLegacyLocalizationFiles
(
const FString& SourcePath, |
||
| bool | ProcessArchive
(
const FString& PrimaryLangExt, |
||
| bool | ProcessManifest
(
const FString& PrimaryLangExt, |
||
| void | ReadLocFiles
(
const TArray< FString >& NativeFilenames, |
Initializes the LocPairs arrays using the list of filenames provided. |
Overridden from UCommandlet
Classes
| Type | Name | Description | |
|---|---|---|---|
| FLocalizationFile | Contains information about a single localization file, any language. | ||
| FLocalizationFileEntry | Contains all the info we need to create archive/manifest entries from. | ||
| FLocalizationFilePair | Contains information about a localization file and its native counterpart. |