Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FFrontendGraph
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraph.h |
| Include | #include "MetasoundFrontendGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendGraph.cpp |
void AddInputNode
&40;
FGuid InNodeID,
int32 InIndex,
const FVertexName & InVertexName,
TSharedPtr< const INode > InNode
&41;
Remarks
Add an input node to this graph.
Parameters
| Name | Description |
|---|---|
| InNodeID | The NodeID related to the parent FMetasoundFrontendClass. |
| InIndex | The positional index for the input. |
| InVertexName | The key for the graph input vertex. |
| InNode | A shared pointer to an input node. |