Pie menu mouse movement

hi guys, i want create a radial pie menu, but i have a problem. when i active the widget(pie menu) want limited mouse movement in this section. any ideas? thanks.

hi i’m trying to do something like this too, other than the mouse movement issue do you know how to make the menu work.

Have you tried getting the mouse coordinates in screen space, using that to generate a 2D vector from the center of your menu, and clamping the magnitude to position your cursor?

It would be great if you had a blueprint only solution to this. Otherwise I’m gonna roll up with an untested C++ approach.