How to click a widget button using gamepad?

Thanks for the response!

I am using a screen space widget, and I am trying to use the mouse cursor to click a UMG button added to the viewport / HUD but using the gamepad instead of a mouse. The joystick moves the mouse cursor and the buttons detect when the mouse is hovering, but inputting A/X on the gamepad won’t click the button.

Is it maybe a better approach to use the screen position of the mouse and then on A/X press find if there is a button at that screen position?

Thanks