IBuildWorkerRegistry::FindWorker

Finds a build worker that can execute the function at the version.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > IBuildWorkerRegistry

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorkerRegistry.h
Include #include "DerivedDataBuildWorkerRegistry.h"
[FBuildWorker](API\Developer\DerivedDataCache\FBuildWorker) * FindWorker
(
    const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & Function,
    const [FGuid](API\Runtime\Core\Misc\FGuid) & FunctionVersion,
    const [FGuid](API\Runtime\Core\Misc\FGuid) & BuildSystemVersion,
    [IBuildWorkerExecutor](API\Developer\DerivedDataCache\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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library