Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > SoundSubmixGraph > USoundSubmixGraphNode
- UEdGraphNode::AllocateDefaultPins()
- USoundSubmixGraphNode::AllocateDefaultPins()
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 AllocateDefaultPins&40;&41;
Remarks
Allocate default pins for a given node, based only the NodeType, which should already be filled in. true if the pin creation succeeds, false if there was a problem (such a failure to find a function when the node is a function call).