USoundNode::SetChildNodes

Set the entire Child Node array directly, allows GraphNodes to fully control node layout.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundNode.h

Include

#include "Sound/SoundNode.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundNode.cpp

Syntax

virtual void SetChildNodes
(
    TArray< USoundNode * > & InChildNodes
)

Remarks

Set the entire Child Node array directly, allows GraphNodes to fully control node layout. Can be overwritten to set up additional parameters that are tied to children.

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