Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Public/SoundCueTemplate.h |
Include |
#include "SoundCueTemplate.h" |
static void AddSoundNodeChild
(
USoundNode & InParentNode,
USoundNode & InChildNode,
int32 InputPinIndex,
const FText * InputPinDisplayName
)
Utility function that adds a provided child node to a parent node's list of children. InParentNode - Node to set as parent of provided child. InChildNode - Node to set as child of provided parent. InputPinIndex - Index of input pin to connect newly constructed ChildNode to. InputPinDisplayName - (Optional) Name to set the targeted input pin to.