Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > SoundSubmixGraph > USoundSubmixGraphNode
- UEdGraphNode::AutowireNewNode()
- USoundSubmixGraphNode::AutowireNewNode()
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphNode.h |
Include | #include "SoundSubmixGraph/SoundSubmixGraphNode.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/SoundSubmixGraphNode.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). |