How to create a 3 way slider?

Hi,

I’m trying to create a 3 way slider for my UI widget, either triangular or circular. Basically a 2D matrix that I can pass the x,y coordinates within the selection area to my function.

Tried a few solutions but I was looking for some suggestions on how best to implement it.

Any advice would be appreciated, thanks in advance.

You can do it in the following way:

  1. Create a User Widget and add a Border or Image to it:

  2. Event Tick:

  3. Override functions OnMouseButtonDown and OnMouseButtonUp:


  4. Add Event Dispatcher OnSlide:
    image

  5. Slide logic:

  6. How to use it:


    or

My Products

4 Likes

Legend, I’ll give it a try and let you know how I go. Appreciate the help.

Yeah works perfectly with nice clean -1,1 extremes for each corner, thanks for your help