Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
~IBuildFunctionRegistry () |
Functions
Type | Name | Description |
---|---|---|
const IBuild... | 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 ... ) | Iterate the complete list of build function versions. Safe to call from any thread. |