UMG Slider with two handles?

Hi everyone!
Anyone have ideas how to make slider with two handles? I need to control two values with one slider. An example, i need filter and select a range of values.
Pleeeease help =(

Did you find a solution?

Can you not have it set up as two separate sliders? or a drop down menu as the filter then the slider to select a range of values?

I solved this with an little hack, create 3 images, make on press and on release events, on press save finger(mouse) location and then getting delta X position every frame and moving left or right image (image like handle), clamp left 0-current right image pos, and clamp right image from left image pos-to some value. Something like this))

Great! It works like a charm! Thanks!