Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FGatherTextFromAssetsWorkerDirec-
Description
Set the handler used to automatically ingest package results as they arrive (from any thread), rather than add them to PackageResults for deferred processing via IngestPackageResult.
The handler may return false if it cannot handle a given result, at which point it will still be added to PackageResults.
| Name | SetIngestPackageResultHandler |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromAssetsCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromAssetsCommandlet.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromAssetsCommandlet.cpp |
void SetIngestPackageResultHandler
(
TFunction < bool &)> && Handler
)