Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNode
- UEdGraphNode::AutowireNewNode()
- UNiagaraNode::AutowireNewNode()
- UNiagaraNodeInput::AutowireNewNode()
- UNiagaraNodeFunctionCall::AutowireNewNode()
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNode.h |
Include | #include "NiagaraNode.h" |
Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNode.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). |