FSoundCueEditorUtilities::CreateWaveContainers

Adds SoundNodeWavePlayer nodes based on selected objects

Windows
MacOS
Linux

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Public/SoundCueEditorUtilities.h

Include

#include "SoundCueEditorUtilities.h"

Source

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

Syntax

static void CreateWaveContainers
(
    TArray< class USoundWave * > & SelectedWaves,
    class USoundCue * SoundCue,
    TArray< class USoundNode * > & OutPlayers,
    FVector2D Location
)

Remarks

Adds SoundNodeWavePlayer nodes based on selected objects

Parameters

Parameter

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

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