| FGetAdditionalGatherPaths |
TMulticastDelegate< void(const FString &InLocalizationTargetName, TArray< FString > &InOutIncludePathFilters, TArray< FString > &InOutExcludePathFilters)> |
TODO: Deprecate in favor of GetAdditionalGatherPathsForContext. |
Commandlets/GatherTextCommandletBase.h |
| FGetAdditionalGatherPathsForContext |
TMulticastDelegate< void(const FString &InLocalizationTargetName, const FGatherTextContext &InContext, TArray< FString > &InOutIncludePathFilters, TArray< FString > &InOutExcludePathFilters)> |
Delegate called during a localization gather to allow code to inject new gather and exclude paths for the given localization target (with context) |
Commandlets/GatherTextCommandletBase.h |