Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/FSoundCueEditorUtilities
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Public/SoundCueEditorUtilities.h |
| Include | #include "SoundCueEditorUtilities.h" |
| Source | /Engine/Source/Editor/AudioEditor/Private/SoundCueEditorUtilities.cpp |
static void CreateWaveContainers
&40;
TArray< class USoundWave &42; > & SelectedWaves,
class USoundCue &42; SoundCue,
TArray< class USoundNode &42; > & OutPlayers,
FVector2D Location
&41;
Remarks
Adds SoundNodeWavePlayer nodes based on selected objects
Parameters
| Name | Description |
|---|---|
| SelectedWaves | List of selected SoundWaves to create player nodes for |
| SoundCue | The SoundCue that the nodes will be part of |
| OutPlayers | Stores all created nodes |
| Location | Position of first created node |