Navigation
API > API/Plugins > API/Plugins/SoundCueTemplates > API/Plugins/SoundCueTemplates/USoundCueTemplate
Description
Constructs initial root sound node of template. Function will fail if SoundCue already contains a root/first node. SoundCue - Parent of initial node to construct.
| Name | ConstructSoundNodeRoot |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Public/SoundCueTemplate.h |
| Include Path | #include "SoundCueTemplate.h" |
template<class T>
static T & ConstructSoundNodeRoot
(
USoundCue & SoundCue
)