I cannot get FMOD to replicate properly. It will only make the sounds for the last client that has connected. When packaged it will switch and only play sounds on the listen server.
I have tried all combinations of playing the sound on server, multicast, specifying clients to play the sound but it doesn’t replicate properly. I have tried enabling component replication as well.
The project has a lot of functional replication working for everything from movement to particle effects and physics but the fmod sounds will not work properly with UE4s replication system.
Is there something special that is required to get the fmod audio component working with replication?