Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/UInternationalizationConditionin-
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationConditioningCommandlet.h |
| Include | #include "Commandlets/InternationalizationConditioningCommandlet.h" |
Syntax
struct FLocalizationFile
Remarks
Contains information about a single localization file, any language.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLocalizationFile
(
const TSharedRef< FLocalizationFile > Other |
Copy ctor | ||
FLocalizationFile
(
const FString& InPath, |
Standard constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Dtor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CompareToCounterpart
(
TSharedPtr< FLocalizationFile > Other |
Compares the data in this loc file against the data in the specified counterpart file, placing the results in the various tracking arrays. | |
| const FString | |||
| const FString | GetExtension () |
||
| FConfigFile * | GetFile () |
||
| const FString | GetFilename () |
||
| const FString | GetFullName () |
Accessors | |
| void | GetIdenticalProperties
(
TArray< FLocalizationFileEntry >& OutProperties |
Appends all the entries that have matching primary language and translated text to the passed in array. | |
| void | GetTranslatedProperties
(
TArray< FLocalizationFileEntry >& OutProperties |
Appends all the entries that have non-empty translated text to the passed in array. |