WIDGET : Use Image Cusror in Actor Widget (OS Simulation) : Need Reaction on Click

Ave !

I Create BP Actors as PC / LAPTOP / TERMINAL With Widget Inside Actor as Simulation Operating System .

I Draw Size Widget in Actor in Some Sizes and Set It Value in Widget on Begin Play .

I Have Image Cursor in Widget & Can Move It by Gamepad Axis in Draw Size of Current Widget .

I Have Input in Parent Actor > Can Click Gamepad Button in Parent Actor > and This Click GoTo Widget as CustomEvent USER_CLICK & I Get Current Coords of My Image Cursor .

? How I Can Activate BUTTONS in This Moment in The Widget by Given Current Coords of Image Cursor ? or Activate Button Checked Image Cursor Is Over BUTTON ? or Other Types

Hello,
I also created a computer in my game. I am having problem with cursor, I should create an image in UI widget as a cursor then that image should follow crosshair and it should also stay in canvas when interacting stops. If you also created the same method could you please share the BP ?
For your problem I have a solition. You can set up line trace for software mouse, I had an example, I will share with you if I can find that