UMG tap to use button, drag to use slider.

I have an overlay with a button and a slider, I use the button to toggle the slider, I want to be able to tap on tha widget to toggle the slider on/off, and swipe over the widget to change the slider value.

I tried using “precise tap” and “precise click” but it appears to work only with button and scroll box, not button and other widgets like the slider, that way even if the button OnClicked is not fired, the slider beneath the button in the overlay never receives the input.

I could make it using on slider pressed and released, but I couldn’t find any of that events on the slider widget.

Sorry for my bad english, hope I make it clear.

1 Like