Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Interface for graph of nodes.
| Name | IGraph |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include Path | #include "MetasoundNodeInterface.h" |
Syntax
class IGraph : public Metasound::INode
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IGraph() |
MetasoundNodeInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTopLevelAssetPath & GetAssetPath() |
Returns path to graph's authoring content (invalid if generated dynamically). | MetasoundNodeInterface.h | |
| Retrieve all the edges associated with a graph. | MetasoundNodeInterface.h | ||
const FInputDataDestinationCollection & GetInputDataDestinations() |
Get vertices which contain input parameters. | MetasoundNodeInterface.h | |
const FOutputDataSourceCollection & GetOutputDataSources() |
Get vertices which contain output parameters. | MetasoundNodeInterface.h |