Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraph > API/Plugins/MetasoundGraphCore/FGraph/AddInputDataDestination
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraph.h |
| Include | #include "MetasoundGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraph.cpp |
bool AddInputDataDestination
&40;
const INode & InNode,
const FVertexName & InVertexName
&41;
Remarks
Add an input data destination to describe how data provided outside this graph should be routed internally. True if the destination was successfully added. False otherwise.
Parameters
| Name | Description |
|---|---|
| InNode | Node which receives the data. |
| InVertexName | Key for input vertex on InNode. |