Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphNode
- UEdGraphNode::AutowireNewNode()
- UMetasoundEditorGraphNode::AutowireNewNode()
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include | #include "MetasoundEditorGraphNode.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphNode.cpp |
virtual void AutowireNewNode
&40;
UEdGraphPin &42; FromPin
&41;
Remarks
Autowire a newly created node.
Parameters
| Name | Description |
|---|---|
| FromPin | The source pin that caused the new node to be created (typically a drag-release context menu creation). |