Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- INodeBase
- INode
- IGraph
- FGraph
- FFrontendGraph
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include | #include "MetasoundNodeInterface.h" |
Syntax
class IGraph : public Metasound::INode
Remarks
Interface for graph of nodes.
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IGraph () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FDataEdge > & | GetDataEdges () |
Retrieve all the edges associated with a graph. | |
| const FInputDataDestinationCollection & | Get vertices which contain input parameters. | ||
| const FOutputDataSourceCollection & | Get vertices which contain output parameters. |