Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraph > API/Plugins/MetasoundGraphCore/FGraph/AddOutputDataSource
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 AddOutputDataSource
&40;
const INode & InNode,
const FVertexName & InVertexName
&41;
Remarks
Add an output data source which describes routing of data which is owned this graph and exposed externally. True if the source was successfully added. False otherwise.
Parameters
| Name | Description |
|---|---|
| InNode | Node which produces the data. |
| InVertexName | Key for output vertex on InNode. |