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
(
const FDirectedGraphAlgoAdapter & InAdapter,
TSet < const INode * > & OutNodes
)
Remarks
Finds all nodes which can be reached by traversing the graph beginning from FInputDataDestination nodes.
Parameters
| Name | Description |
|---|---|
| InAdapter | The adapter to be traversed. |
| OutNodes | The nodes which were reached during traversal. |