| ExcludePathWildcards |
TArray< FGatherTextExcludePath > |
Metadata from source files whose paths match these wildcard patterns will be excluded from gathering. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Filter"
|
| FieldOwnerTypesToExclude |
TArray< FString > |
List of field owner types (eg, MyClass, MyStruct, etc) that should have fields within them excluded from the gather. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="MetaData"
|
| FieldOwnerTypesToInclude |
TArray< FString > |
List of field owner types (eg, MyClass, MyStruct, etc) that should have fields within them included in the gather, or empty to include everything. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="MetaData"
|
| FieldTypesToExclude |
TArray< FString > |
List of field types (eg, Property, Function, ScriptStruct, Enum, etc) the should be excluded from the gather. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="MetaData"
|
| FieldTypesToInclude |
TArray< FString > |
List of field types (eg, Property, Function, ScriptStruct, Enum, etc) that should be included in the gather, or empty to include everything. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="MetaData"
|
| IncludePathWildcards |
TArray< FGatherTextIncludePath > |
Metadata from source files whose paths match these wildcard patterns, specified relative to the project's root, may be processed for gathering. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Filter"
|
| IsEnabled |
bool |
If enabled, metadata will be gathered according to this configuration. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Execution"
|
| KeySpecifications |
TArray< FMetaDataKeyGatherSpecification > |
Specifications for how to gather text from specific metadata keys. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="MetaData"
|
| ShouldGatherFromEditorOnlyData |
bool |
If enabled, data that is specified as editor-only may be processed for gathering. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Filter"
|