Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDirectedGraphAlgo > API/Plugins/MetasoundGraphCore/FDirectedGraphAlgo/FindReachableNodesFromOutput
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 FindReachableNodesFromOutput
&40;
const FDirectedGraphAlgoAdapter & InAdapter,
TSet< const INode &42; > & OutNodes
&41;
Remarks
Finds all nodes which can be reached by traversing the transpose graph beginning from FOutputDataSource nodes.
Parameters
| Name | Description |
|---|---|
| InAdapter | The adapter to be traversed. |
| OutNodes | The nodes which were reached during traversal. |