Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include | #include "AudioDevice.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDevice.cpp |
void ActivateReverbEffect
&40;
UReverbEffect &42; ReverbEffect,
FName TagName,
float Priority,
float Volume,
float FadeTime
&41;
Remarks
Activates a Reverb Effect without the need for a volume
Parameters
| Name | 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 |