| ExcludePathWildcards |
TArray< FGatherTextExcludePath > |
Text files whose paths match these wildcard patterns will be excluded from gathering. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Filter"
|
| FileExtensions |
TArray< FGatherTextFileExtension > |
Text files whose names match these wildcard patterns may be parsed for text to gather. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Filter"
|
| IsEnabled |
bool |
If enabled, text from text files will be gathered according to this configuration. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Execution"
|
| SearchDirectories |
TArray< FGatherTextSearchDirectory > |
The paths of directories to be searched recursively for text files, specified relative to the project's root, which may be parsed for text to gather. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Filter"
|
| ShouldGatherFromEditorOnlyData |
bool |
If enabled, data that is specified as editor-only may be processed for gathering. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Filter"
|