Firelight Technologies FMOD Studio API
Listener
FMOD can support up to 8 listeners in game (v1.06.00 and after). The FMOD listeners will follow the UE4 listeners which by default is attached to the camera, but this means we can move them by moving the UE4 listeners.
This is particularly useful for Third-Person and Top-Down style games.
Example
Using SetAudioListenerOverride allows you either attach the listener to a component or set the transform and rotation manually.