Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDirectedGraphAlgo > API/Plugins/MetasoundGraphCore/FDirectedGraphAlgo/FindReachableNodesFromInput
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraphAlgo.h |
| Include | #include "MetasoundGraphAlgo.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraphAlgo.cpp |
static void FindReachableNodesFromInput
&40;
const IGraph & InGraph,
TSet< const INode &42; > & OutNodes
&41;
Remarks
Finds all nodes which can be reached by traversing the graph beginning from FInputDataDestination nodes.
Parameters
| Name | Description |
|---|---|
| InGraph | The graph to be traversed. |
| OutNodes | The nodes which were reached during traversal. |