| bAutoCleanup |
bool |
True to automatically clean-up any scratch data created during the localization export |
UserGeneratedContentLocalization.h |
|
| bGatherAssets |
bool |
True to gather localization from assets |
UserGeneratedContentLocalization.h |
|
| bGatherSource |
bool |
True to gather localization from source code (if a plugin has a Config or Source folder) |
UserGeneratedContentLocalization.h |
|
| bGatherVerse |
bool |
True to gather localization from Verse |
UserGeneratedContentLocalization.h |
|
| bUpdatePluginDescriptor |
bool |
True to update the plugin descriptors (if needed) so that they contain the exported localization target |
UserGeneratedContentLocalization.h |
|
| CopyrightNotice |
FString |
An optional copyright notice to insert into the exported files |
UserGeneratedContentLocalization.h |
|
| LocalizationCategory |
ELocalizedTextSourceCategory |
The category to use for the exported localization target (only used when bUpdatePluginDescriptor is true) |
UserGeneratedContentLocalization.h |
|
| LocalizationTargetRootDirectoryOverride |
FString |
An optional override for the root directory that we import/export the localization target data to, generating a sub-folder for each target exported ( |
UserGeneratedContentLocalization.h |
|
| MergeProjectDataWithRootDirectoryOverrideData |
TOptional< EMergeLocalizationMode > |
If set, merge any existing plugin localization data with the data copied from LocalizationTargetRootDirectoryOverride (in the export scratch directory) prior to running the export |
UserGeneratedContentLocalization.h |
|
| PluginNameToCollectionNameFilter |
TMap< FString, FString > |
Optional mapping of plugin names to collection names (to act as a filter for their asset gather step) |
UserGeneratedContentLocalization.h |
|
| UGCLocDescriptor |
FUserGeneratedContentLocalizationDescriptor |
Common export options for all plugins |
UserGeneratedContentLocalization.h |
|