IBuildFunctionRegistry::FindFunction

Find a function by name.

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library