Choose your operating system:
Windows
macOS
Linux
| UEdGraphNode::AllocateDefaultPins()
|
Module |
|
Header |
/Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphNode.h |
Include |
#include "SoundClassGraph/SoundClassGraphNode.h" |
Source |
/Engine/Source/Editor/AudioEditor/Private/SoundClassGraphNode.cpp |
virtual void AllocateDefaultPins()
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).