Disabling fmod on dedicated server

Hello, we have a multiplayer game and we want to disable FMOD on the dedicated server since there’s no need for that. How can we do it?

Thanks,

The integration already checks for IsRunningDedicatedServer() and will not initialize the FMOD System at runtime if it returns true.