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 AddDataEdge
&40;
const FGuid & InFromNodeID,
const FVertexName & InFromVertex,
const FGuid & InToNodeID,
const FVertexName & InToVertex
&41;
Remarks
Add an edge to the graph, connecting two vertices from two nodes.
Add an edge to the graph.
Parameters
| Name | Description |
|---|---|
| FromNode | Node which contains the output vertex. |
| FromVertex | Key of the vertex in the FromNode. |
| ToNode | Node which contains the input vertex. |
| ToVertex | Key of the vertex in the ToNode. |