FMixerDevice::AddEnvelopeFollowerDelegate

Adds an envelope follower delegate to the submix for this audio device.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FAudioDevice::AddEnvelopeFollowerDelegate()

FMixerDevice::AddEnvelopeFollowerDelegate()

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerDevice.h

Include

#include "AudioMixerDevice.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/AudioMixerDevice.cpp

Syntax

virtual void AddEnvelopeFollowerDelegate
(
    USoundSubmix * InSubmix,
    const FOnSubmixEnvelopeBP & OnSubmixEnvelopeBP
)

Remarks

Adds an envelope follower delegate to the submix for this audio device.