ISoundSubmixEditor::CreateSoundSubmix

Creates a new sound submix

Unreal Engine C++ API Reference > Editor > AudioEditor > ISoundSubmixEditor

References

   
Module AudioEditor
Header /Engine/Source/Editor/AudioEditor/Public/ISoundSubmixEditor.h
Include #include "ISoundSubmixEditor.h"
void CreateSoundSubmix
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * FromPin,
    FVector2D Location,
    const [FString](API\Runtime\Core\Containers\FString) & Name
)

Remarks

Creates a new sound submix

Parameters

Name Description
FromPin Pin that was dragged to create sound class
Location Location for new sound class
Name Name of the new sound class

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library