USoundNode::CreateStartingConnectors

Editor interface.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundNode.h

Include

#include "Sound/SoundNode.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundNode.cpp

Syntax

virtual void CreateStartingConnectors()

Remarks

Editor interface. Called by the Sound Cue Editor for nodes which allow children. The default behaviour is to attach a single connector. Dervied classes can override to eg add multiple connectors.