Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore > API/Plugins/GeometryFlowCore/FGraph
Description
Visits upstream dependencies for the specified node and calls the Visitor functor (in parallel) on each. Terminates if Vistor returns true, or if the upstream graph is exhausted.
| Name | VistDependencies |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowGraph.h |
| Include Path | #include "GeometryFlowGraph.h" |
| Source | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Private/GeometryFlowGraph.cpp |
bool VistDependencies
(
FHandle NodeHandle,
TFunctionRef < bool)> Vistor
) const
true if terminated by the Visitor.