IBuildFunctionRegistry::IterateFunctionVersions

Iterate the complete list of build function versions. 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

void IterateFunctionVersions
(
    TFunctionRef< void Name, const FGuid &Version)> Visitor
) const

Remarks

Iterate the complete list of build function versions. Safe to call from any thread.