IBuildFunctionRegistry::IterateFunctionVersions

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

Unreal Engine C++ API Reference > Developer > DerivedDataCache > IBuildFunctionRegistry

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h
Include #include "DerivedDataBuildFunctionRegistry.h"
void IterateFunctionVersions
(
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Name, const [FGuid](API\Runtime\Core\Misc\FGuid) &Version)> Visitor
) const

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library