Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > SoundClassGraph > USoundClassGraphNode
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphNode.h |
Include | #include "SoundClassGraph/SoundClassGraphNode.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/SoundClassGraphNode.cpp |
virtual void AutowireNewNode ( [UEdGraphPin](API\Runtime\Engine\EdGraph\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). |