Fmod sound class ue4

Hi FMOD’ers

Is there a way to add your FMOD sounds to a sound class that can be controlled in ue4?

example having different volume settings in your main menu, like music, fxs, voice, atmosphere that can be controlled by a slider.

Ive read a few old posts that its not possible but surely by now it is?

Are you referring to using the UE4 built in audio controls to control the FMOD events? If so, that isn’t possible, however you can route the necessary events into VCAs and group buses then use FMOD code and blueprints and create your own sliders to control these group buses.