Setting a widgets position to mouse position

Hi

I’m trying to spawn a drop down menu widget at the mouse position but when I set the widgets position in the viewport it goes offscren.

here are my blueprints

The widget is spawning correctly it is just appearing offscreen, what do I need to do to get the widget to spawn at the mouse position?

Ahh that was it! my widget was anchored to the top left instead of center. Thanks!

Have you checked the widget’s anchor position? If not, set it to the centre of the screen.

Glad I could be of help!