FAudioDevice::ActivateReverbEffect

Activates a Reverb Effect without the need for a volume

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDevice.h

Include

#include "AudioDevice.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioDevice.cpp

Syntax

void ActivateReverbEffect
(
    UReverbEffect * ReverbEffect,
    FName TagName,
    float Priority,
    float Volume,
    float FadeTime
)

Remarks

Activates a Reverb Effect without the need for a volume

Parameters

Parameter

Description

ReverbEffect

Reverb Effect to use

TagName

Tag to associate with Reverb Effect

Priority

Priority of the Reverb Effect

Volume

Volume level of Reverb Effect

FadeTime

Time before Reverb Effect is fully active

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