Audio Slider

I’d like to have a slider in my options menu, that will allow me to manipulate audio effects volume / music volume / dialogues volume. How do I do it? Thanks!

Hey Tony!
You can use a slider widget (Widget Type Reference for UMG UI Designer in Unreal Engine | Unreal Engine 5.0 Documentation) in your UMG Menu Options for every volume you want manage.

Click on a slider, choose OnValueChanged Event (Event Programming in Unreal Engine | Unreal Engine 5.0 Documentation) and create something like that: