USoundCueGraphSchema::TryConnectNodes

Attempts to connect the output of multiple nodes to the inputs of a single one

Windows
MacOS
Linux

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraphSchema.h

Include

#include "SoundCueGraph/SoundCueGraphSchema.h"

Source

/Engine/Source/Editor/AudioEditor/Private/SoundCueGraphSchema.cpp

Syntax

void TryConnectNodes
(
    const TArray< USoundNode * > & OutputNodes,
    USoundNode * InputNode
) const

Remarks

Attempts to connect the output of multiple nodes to the inputs of a single one

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