Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include | #include "EdGraph/EdGraphNode.h" |
virtual void AutowireNewNode
(
UEdGraphPin * FromPin
)
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). |