Navigation
API > API/Developer > API/Developer/DerivedDataCache
A build worker registry maintains a collection of build workers.
| Name | IBuildWorkerRegistry |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorkerRegistry.h |
| Include Path | #include "DerivedDataBuildWorkerRegistry.h" |
Syntax
class IBuildWorkerRegistry
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBuildWorkerRegistry() |
DerivedDataBuildWorkerRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuildWorker * FindWorker
(
const FUtf8SharedString& Function, |
Finds a build worker that can execute the function at the version. | DerivedDataBuildWorkerRegistry.h |