Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FGatherTextFromAssetsWorkerDirec-
Description
Is this director idle?
Idle means that all workers have no pending work and there is there no work left to ingest into the main process
| Name | IsIdle |
| 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 |
bool IsIdle
(
int32 * OutNumPendingWorkerPackages
) const
True if idle, false otherwise.