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 AddNewSoundSubmix
&40;
UEdGraphPin &42; FromPin,
USoundSubmixBase &42; SoundSubmix,
int32 NodePosX,
int32 NodePosY,
bool bSelectNewNode
&41;
Remarks
Display a new SoundSubmix that has just been created using the editor
Parameters
| Name | Description |
|---|---|
| FromPin | The Pin that was dragged from to create the SoundSubmix (may be NULL) |
| SoundClass | The newly created SoundSubmix |
| NodePosX | X coordinate new submix was created at |
| NodePosY | Y coordinate new submix was created at |
| bSelectNewNode | Whether or not to select the new node being created |