Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UInternationalizationConditionin-
Contains information about a single localization file, any language.
| Name | FLocalizationFile |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationConditioningCommandlet.h |
| Include Path | #include "Commandlets/InternationalizationConditioningCommandlet.h" |
Syntax
struct FLocalizationFile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLocalizationFile
(
const TSharedRef< FLocalizationFile > Other |
Copy ctor | Commandlets/InternationalizationConditioningCommandlet.h | |
FLocalizationFile
(
const FString& InPath, |
Standard constructor | Commandlets/InternationalizationConditioningCommandlet.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FLocalizationFile() |
Dtor | Commandlets/InternationalizationConditioningCommandlet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IdenticalProperties | TArray< FLocalizationFileEntry > | Properties that have identical values in the other file | Commandlets/InternationalizationConditioningCommandlet.h | |
| LocFile | FConfigFile * | The FConfigFile which contains the data for this loc file | Commandlets/InternationalizationConditioningCommandlet.h | |
| LocFilename | FString | The filename for the FConfigFile this FLocalizationFile represents. | Commandlets/InternationalizationConditioningCommandlet.h | |
| TranslatedProperties | TArray< FLocalizationFileEntry > | Info about translated properties that will be added to the Archive | Commandlets/InternationalizationConditioningCommandlet.h | |
| UnmatchedProperties | TArray< FString > | Properties that are missing from the corresponding section in the other file | Commandlets/InternationalizationConditioningCommandlet.h | |
| UnmatchedSections | TArray< FString > | Sections that do not exist in the counterpart file. | Commandlets/InternationalizationConditioningCommandlet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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. | Commandlets/InternationalizationConditioningCommandlet.h | |
const FString GetDirectoryName() |
Commandlets/InternationalizationConditioningCommandlet.h | ||
const FString GetExtension() |
Commandlets/InternationalizationConditioningCommandlet.h | ||
FConfigFile * GetFile() |
Commandlets/InternationalizationConditioningCommandlet.h | ||
const FString GetFilename() |
Commandlets/InternationalizationConditioningCommandlet.h | ||
const FString GetFullName() |
Accessors | Commandlets/InternationalizationConditioningCommandlet.h | |
void GetIdenticalProperties
(
TArray< FLocalizationFileEntry >& OutProperties |
Appends all the entries that have matching primary language and translated text to the passed in array. | Commandlets/InternationalizationConditioningCommandlet.h | |
void GetTranslatedProperties
(
TArray< FLocalizationFileEntry >& OutProperties |
Appends all the entries that have non-empty translated text to the passed in array. | Commandlets/InternationalizationConditioningCommandlet.h |