UE 5.8 – Audio listener position is incorrect when CineCamera is attached to another actor

Summary

In UE 5.8, spatial audio attenuation is calculated incorrectly when the active CineCamera is attached to a moving actor. The camera view follows the parent correctly, but the audio listener does not appear to use the camera’s correct world position. As a result, nearby spatialized sounds are attenuated as if the camera were much farther away.

What Type of Bug are you experiencing?

Audio

Steps to Reproduce

  1. Create a new UE 5.8 project.
  2. Add a moving actor with an Audio Component using attenuation.
  3. Add a CineCamera and attach it to the moving actor.
  4. Look through the CineCamera and play the sequence.
  5. Observe that the audio volume/distance is incorrect.
  6. Detach the CineCamera and move it manually near the actor.

Expected Result

The audio listener should follow the CineCamera’s world transform, including inherited movement from its parent.

Observed Result

With the camera attached, spatial audio is attenuated using an incorrect listener position.

Affects Versions

5.8

Platform(s)

Windows

Video

Link to UE5.8 project:

Additional Notes

The issue can be reproduced in less than 30 seconds by opening the following project, playing the Level Sequence, and viewing through the attached CineCamera.