Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundSubmixGraph > API/Editor/AudioEditor/SoundSubmixGraph/USoundSubmixGraph
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 |
void AddDroppedSoundSubmixes
&40;
const TSet< USoundSubmixBase &42; > & SoundSubmixes,
int32 NodePosX,
int32 NodePosY
&41;
Remarks
Display SoundSubmixes (and all of their children) that have been dragged onto the editor
Parameters
| Name | 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 |