USoundSubmixGraph::AddDroppedSoundSubmixes

Display SoundSubmixes (and all of their children) that have been dragged onto the editor

Windows
MacOS
Linux

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraph.h

Include

#include "SoundSubmixGraph/SoundSubmixGraph.h"

Source

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

Syntax

void AddDroppedSoundSubmixes
(
    const TSet< USoundSubmixBase * > & SoundSubmixes,
    int32 NodePosX,
    int32 NodePosY
)

Remarks

Display SoundSubmixes (and all of their children) that have been dragged onto the editor

Parameters

Parameter

Description

SoundSubmixes

SoundSubmixes not already represented on the graph

NodePosX

X coordinate submix(es) were dropped at

NodePosY

Y coordinate submix(es) were dropped at

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