Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IBuildFunctionRegistry
Description
Find a function by name. Returns null if not found. Safe to call from a scheduled job or the main thread.
| Name | FindFunction |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h |
| Include Path | #include "DerivedDataBuildFunctionRegistry.h" |
const IBuildFunction * FindFunction
(
FUtf8StringView Function
) const