Has anyone found a way to interact with a UMG slider with the new Widget Interaction Component when set to mouse? Currently I can only get the slider to change on left mouse button click, but cannot actually move the slider by clicking and dragging.
Current simple setup: http://puu.sh/qZC8B/921c02d90b.png
Edit: After some more testing with debug tracing enabled, it appears that the trace does not move once the mouse button is pressed down. I still wonder if there is a workaround.
Current simple setup: http://puu.sh/qZC8B/921c02d90b.png
Edit: After some more testing with debug tracing enabled, it appears that the trace does not move once the mouse button is pressed down. I still wonder if there is a workaround.
Comment