Widget button "pressed sound"

Hello, I have many Widget buttons, and in all of them, I set the “pressed sound” option to a specific sound wave I have.

I want with a click of a button, all of the button sounds to be muted.

Can I access the volume of Sound Waves (wav files) ? If I can’t, can I set the “pressed sound” to something else, that I would have control over its volume?

I would like to avoid setting the style of the button to something different.

Any ideas?

I was thinking more about this and something I thought of was to use a mixer.

Assign your SoundClasses to a mixer and when you click your mute button, you can push the mixer to the stack and when you want to unmute, you pop the mixer back off.

Make sure your soundwaves are inside of soundcues, assign the soundcues to soundclasses. Then you can assign the soundclasses to mute inside of the Mixer.

Try that out, I use a similar approach to mute some of the sounds in the game. Hope that helps!