Navigation
API > API/Plugins > API/Plugins/SoundCueTemplates > API/Plugins/SoundCueTemplates/USoundCueTemplate
Description
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.
| Name | AddSoundNodeChild |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Public/SoundCueTemplate.h |
| Include Path | #include "SoundCueTemplate.h" |
static void AddSoundNodeChild
(
USoundNode & InParentNode,
USoundNode & InChildNode,
int32 InputPinIndex,
const FText * InputPinDisplayName
)