Use UE room reverb with FMOD sound?

we currently facing the problem that we can use UE sounds in a “hall” space, but not FMOD sounds.

In UE you have to set the characters ATTENUATION information to make it work, but the FMOD sound does not offer that function.

So How can I place my FMOD sound in the UE space ?

To use attenuation in Unreal with FMOD, you either need to add a spatializer to the Event in FMOD Studio or add spatial dsp’s through the API.

If you are using the FMODAudioComponent then you also have options to override the attenuation settings from inside Unreal.

I am sure we tried that. The attention parameter in UE is not usable then, but I will re-check with my UE-specialist

I’m not sure what parameter you mean here, but you can override the FMODAudioComponents attenuation in the editor as long as the spatializer is not already being overridden inside FMOD Studio.

https://www.fmod.com/docs/2.03/unreal/game-components.html#fmod-audio-component

OK, I noticed that I probably asked the wrong way. I will try again:

I have an FMOD sound in UE and created an AUDIO VOLUME inside UE. (see screenshot - the yellow box)

I attached a REVERB to it.

The problem is: the sound plays dry (without the effect)

What do I miss here?

I would recommend having a look at the section in our docs on using Reverb Zones with Audio Volumes.

I know that - the question was IF it IS possible to just take the sound and put it in the UE world (in which there is already a room setup)

If it is using a reverb that is made from an FMOD Snapshot, then yes you can.

The workflow to use reverb zones is to set up snapshots in FMOD Studio. Snapshots can modify global reverb effects, change any bus volume, and modify any DSP value. To help trigger snapshots for reverb effects, the integration exports all snapshots as reverb effects in the FMOD/Reverbs folder.

You can also use the Ambient Zone settings to drive parameters in FMOD: 2.8.2 Ambient Zone Settings.

all right, now we are getting closer. So I use UE audio volumes to trigger my FMOD environment parameters, right.
Well it would have been muich easier, if the FMOD Sound could just be placed inside the UE world with it’s already present reverb volumes - thus, treating it just like any other UE audio :wink:

1 Like

I’ll add that as a feature request so that we can investigate the possibility further.

1 Like