Spatializer Override Min & Max Distance values cannot review on UE - UE5.7.1 with FMOD 2.03.11

Hi,

I found a bug with Unreal integration - UE5.7.1 with FMOD 2.03.11

When I change Distance override values,

These gizmo is not changed.

But sound is changed.

When I change Event Macros Min & Max distance values,

gizmos have been changed.

When we use Distance override, we cannot preview this distance visually.

2 Likes

Thank you for bringing this to our attention!

I’ve passed this on to the development team for further investigation. I’ll update this thread once I have more information to share.

2 Likes

Same problem here, the sound reduction does not take effect and the sound is either really loud or really quiet in Unreal despite good spatializer reduction when tried in Fmod.

Hello, what’s your os ? Mac or windows ?

Currently this is the expected behavior, if ‘override’ is enabled on the spatializer then it will override the distance values from the event macros and this is what the integration uses for setting attenuation and drawing the gizmos.

Although we have a task to make getMinMaxDistance also use the override from the spatializer but it likely won’t be added to 2.03.

Hello,

We found the problem on our side with @Kagegona .

The issue was that we have a third person view and the camera is 22 meters away from our main character.

And this meant that we had the Listener on the camera by default on UE.

What we did: We overrode the Listener on the main character while keeping its rotation on that of the camera. After that, we no longer had any issues.

It seems like such a silly mistake to me, haha :joy:. I hope this helps some people. :blush: