Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphNode
- UEdGraphNode::AutowireNewNode()
- URigVMEdGraphNode::AutowireNewNode()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphNode.h |
| Include | #include "EdGraph/RigVMEdGraphNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphNode.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). |