Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > IBuildFunctionRegistry
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h |
Include | #include "DerivedDataBuildFunctionRegistry.h" |
const [IBuildFunction](API\Developer\DerivedDataCache\IBuildFunction) * FindFunction ( FUtf8StringView Function ) const
Remarks
Find a function by name. Returns null if not found. Safe to call from a scheduled job or the main thread.