Navigation
API > API/Editor > API/Editor/AIGraph > API/Editor/AIGraph/UAIGraphNode
- UEdGraphNode::AutowireNewNode()
- UAIGraphNode::AutowireNewNode()
References
| Module | AIGraph |
| Header | /Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h |
| Include | #include "AIGraphNode.h" |
| Source | /Engine/Source/Editor/AIGraph/Private/AIGraphNode.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). |