Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h |
| Include | #include "DerivedDataBuildFunctionRegistry.h" |
Syntax
class IBuildFunctionRegistry
Remarks
A build function registry maintains a collection of build functions.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const IBuildFunction * | FindFunction
(
FUtf8StringView Function |
Find a function by name. | |
| FGuid | FindFunctionVersion
(
FUtf8StringView Function |
Find a function version by name. Returns zero if not found. Safe to call from any thread. | |
| void | IterateFunctionVersions
(
TFunctionRef< void(FUtf8StringView Name, const FGuid&Version)> Visitor |
Iterate the complete list of build function versions. Safe to call from any thread. |