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