Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
FNodeHandle AddDuplicateNode
&40;
const INodeController & InNodeController
&41;
Remarks
Add a new node to this graph by duplicating the supplied node. The new node has the same interface and node class as the supplied node. This method will not duplicate node connections. Node handle for new node. On error, an invalid handle is returned.
Parameters
| Name | Description |
|---|---|
| InNodeController | Node to duplicate. |