FSoundSubmixEditorUtilities::CreateSoundSubmix

Create a new SoundSubmix

Windows
MacOS
Linux

References

Module

AudioEditor

Header

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

Include

#include "SoundSubmixEditorUtilities.h"

Source

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

Syntax

static void CreateSoundSubmix
(
    const UEdGraph * Graph,
    UEdGraphPin * FromPin,
    FVector2D Location,
    const FString & Name
)

Remarks

Create a new SoundSubmix

Parameters

Parameter

Description

Graph

Graph representing sound classes

FromPin

Pin that was dragged to create sound class

Location

Location for new sound class

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