How To: Gamepad Cursor "Mouse Click" VS UMG Buttons - No plugin, CommonUI or C++

In the end it looks something like this:

Inside the GameMode

Inside Custom Widgets


Inside PlayerController (DirectorRef = GameMode in my case, I already referenced it)

And lastly, for the Cursor movement (inside the PlayerController) if you’re wondering about that:

1 Like