Navigation
API > API/Developer > API/Developer/Localization
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include | #include "LocalizationTargetTypes.h" |
Syntax
struct FLocalizationTargetSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FFilePath > | AdditionalManifestDependencies | Text present in these manifests will not be duplicated in this target. | |
| FLocalizationCompilationSettings | CompileSettings | Settings for compiling translations. | |
| ELocalizationTargetConflictStatus | ConflictStatus | Whether the target has outstanding conflicts that require resolution. | |
| FLocalizationExportingSettings | ExportSettings | Settings for exporting translations. | |
| FGatherTextFromMetaDataConfiguration | GatherFromMetaData | Parameters for defining what text is gathered from metadata and how. | |
| FGatherTextFromPackagesConfiguration | GatherFromPackages | Parameters for defining what text is gathered from packages and how. | |
| FGatherTextFromTextFilesConfiguration | GatherFromTextFiles | Parameters for defining what text is gathered from text files and how. | |
| FGuid | Guid | ||
| FLocalizationImportDialogueSettings | ImportDialogueSettings | Settings for importing dialogue from WAV files. | |
| FString | Name | Unique name for the target. | |
| int32 | NativeCultureIndex | The index of the native culture among the supported cultures. | |
| TArray< FString > | RequiredModuleNames | The names of modules which must be loaded when gathering text. | |
| TArray< FCultureStatistics > | SupportedCulturesStatistics | Cultures for which the source text is being localized for. | |
| TArray< FGuid > | TargetDependencies | Text present in these targets will not be duplicated in this target. |
Constructors
| Type | Name | Description | |
|---|---|---|---|