Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraph.h |
| Include | #include "MetasoundFrontendGraph.h" |
Syntax
class FFrontendGraph : public Metasound::FGraph
Remarks
FFrontendGraph is a utility graph for use in the frontend. It can own nodes that live within the graph and provides query interfaces for finding nodes by dependency ID or input/output index.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFrontendGraph
(
const FString& InInstanceName, |
FFrontendGraph constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddInputNode
(
FGuid InNodeID, |
Add an input node to this graph. | |
| void | AddOutputNode
(
FGuid InNodeID, |
Add an output node to this graph. | |
| const INode * | FindInputNode
(
int32 InIndex |
Retrieve node by input index. | |
| const INode * | FindOutputNode
(
int32 InIndex |
Retrieve node by output index. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | This function is no longer analyzes node ownership and will always return true. |