FAudioReverbEffect::FAudioReverbEffect

Sets the platform agnostic parameters

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioEffect.h

Include

#include "AudioEffect.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioEffect.cpp

Syntax

FAudioReverbEffect
(
    float InRoom,
    float InRoomHF,
    float InRoomRolloffFactor,
    float InDecayTime,
    float InDecayHFRatio,
    float InReflections,
    float InReflectionsDelay,
    float InReverb,
    float InReverbDelay,
    float InDiffusion,
    float InDensity,
    float InAirAbsorption,
    bool bInBypassEarlyReflections,
    bool bInBypassLateReflections
)

Remarks

Sets the platform agnostic parameters

Construct generic reverb settings based in the I3DL2 standards

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