IBuildFunctionRegistry::FindFunctionVersion

Find a function version by name. Returns zero if not found. Safe to call from any thread.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataBuildFunctionRegistry.h"

Syntax

FGuid FindFunctionVersion
(
    FStringView Function
) const

Remarks

Find a function version by name. Returns zero if not found. Safe to call from any thread.