Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDynamicOperatorTransactor
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDynamicOperatorTransactor.h |
| Include | #include "MetasoundDynamicOperatorTransactor.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundDynamicOperatorTransactor.cpp |
void AddOutputDataSource
&40;
const FGuid & InNode,
const FVertexName & InVertexName
&41;
Remarks
Add an output data source which describes routing of data which is owned this graph and exposed externally.
Parameters
| Name | Description |
|---|---|
| InNode | Node which produces the data. |
| InVertexName | Key for output vertex on InNode. |