Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
A strongly connected component containing Metasound INodes and FDataEdges.
| Name | FStronglyConnectedComponent |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraphAlgo.h |
| Include Path | #include "MetasoundGraphAlgo.h" |
Syntax
struct FStronglyConnectedComponent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Edges | TArray< FDataEdge > | FDataEdges in the strongly connected component. | MetasoundGraphAlgo.h | |
| Nodes | TArray< const INode * > | Nodes in the strongly connected component. | MetasoundGraphAlgo.h |