Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Description
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.
| Name | AddDuplicateNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FNodeHandle AddDuplicateNode
(
const INodeController & InNodeController
)
Node handle for new node. On error, an invalid handle is returned.
Parameters
| Name | Remarks |
|---|---|
| InNodeController | Node to duplicate. |