Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h |
Include |
#include "DerivedDataBuildFunctionRegistry.h" |
class IBuildFunctionRegistry
A build function registry maintains a collection of build functions.
Name | Description | |
---|---|---|
|
~IBuildFunctionRegistry() |
Name | Description | ||
---|---|---|---|
|
const IBuild... |
FindFunction ( |
Find a function by name. |
|
FindFunctionVersion ( |
Find a function version by name. Returns zero if not found. Safe to call from any thread. |
|
|
IterateFunctionVersions ( |
Iterate the complete list of build function versions. Safe to call from any thread. |