Navigation
API > API/Plugins > API/Plugins/SoundCueTemplates > API/Plugins/SoundCueTemplates/USoundCueTemplate
References
| Module | SoundCueTemplates |
| Header | /Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Public/SoundCueTemplate.h |
| Include | #include "SoundCueTemplate.h" |
static void AddSoundNodeChild
&40;
USoundNode & InParentNode,
USoundNode & InChildNode,
int32 InputPinIndex,
const FText &42; InputPinDisplayName
&41;
Remarks
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.