UAudioComponent::SetSubmixSend

Allows designers to target a specific Audio Component instance's sound set the send level (volume of sound copied) to the indicated Submix.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h

Include

#include "Components/AudioComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp

Syntax

void SetSubmixSend
(
    USoundSubmixBase * Submix,
    float SendLevel
)

Remarks

Allows designers to target a specific Audio Component instance's sound set the send level (volume of sound copied) to the indicated Submix.

Parameters

Parameter

Description

Submix

The Submix to send the signal to.

SendLevel

The scalar used to alter the volume of the copied signal.

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