USoundCueTemplate::ConstructSoundNodeChild

Utility function that returns newly constructed sound node that has been added to provided SoundCue's Node Graph.

Windows
MacOS
Linux

References

Module

SoundCueTemplates

Header

/Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Public/SoundCueTemplate.h

Include

#include "SoundCueTemplate.h"

Syntax

template<class T>
static T & ConstructSoundNodeChild
(
    USoundCue & SoundCue,
    USoundNode * InParentNode,
    int32 Column,
    int32 Row,
    int32 InputPinIndex,
    const FText * InputPinDisplayName
)

Remarks

Utility function that returns newly constructed sound node that has been added to provided SoundCue's Node Graph. SoundCue - SoundCue to insert the constructed node into. InParentNode - If not null, Node to set as parent of constructed child. Column - (Optional) If positive, sets visual column of node in built graph as displayed in the SoundCueEditor. Columns are indexed as positive to the left from the root (index 0). Can be viewed when using the 'Copy To SoundCue' action of the given template. Row - (Optional) If positive, sets visual row of node in built graph as displayed in the SoundCueEditor. Columns are indexed as positive descending from the root (index 0). Can be viewed when using the 'Copy To SoundCue' action of the given template. InputPinIndex - (Optional) If InParentNode set, supplies index of input pin to connect newly constructed ChildNode to. InputPinDisplayName - (Optional) Name to set the targeted input pin to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss