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