Reverb problem

Hi
I have a problem with reverb effect. It doesn’t work in editor until you enter au.IsUsingAudioMixer 1 command in the console. But in addition to that, there is no reverb after packaging the game. Is there a fix to this?

I found the fix for this bug.
You need to go to where your engine is installed then open Config/Windows/WindowsEngine.ini and ensure the Audio section contains:

[Audio]
UseAudioMixer=true

After that you won’t need to enter the console command in editor and the reverb effect will work after packaging.

THANK YOU !
This did the trick for me !