IBuildFunctionRegistry::FindFunction

Find a function by name.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h

Include

#include "DerivedDataBuildFunctionRegistry.h"

Syntax

const IBuildFunction * FindFunction
(
    FStringView Function
) const

Remarks

Find a function by name. Returns null if not found. Safe to call from a scheduled job or the main thread.