Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IBuildWorkerRegistry
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorkerRegistry.h |
| Include | #include "DerivedDataBuildWorkerRegistry.h" |
FBuildWorker * FindWorker
(
const FUtf8SharedString & Function,
const FGuid & FunctionVersion,
const FGuid & BuildSystemVersion,
IBuildWorkerExecutor *& OutWorkerExecutor
) const
Remarks
Finds a build worker that can execute the function at the version. A build worker and executor if a compatible pair was found, or null for both.
Parameters
| Name | Description |
|---|---|
| Function | The function to find a worker for. |
| FunctionVersion | The version required for the function. |
| BuildSystemVersion | The version required for the build system. |
| OutWorkerExecutor | The executor to use to execute the worker. |