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:
-
Create a User Widget and add a Border or Image to it:
-
Event Tick:
-
Override functions OnMouseButtonDown and OnMouseButtonUp:
-
Add Event Dispatcher OnSlide:

-
Slide logic:
-
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