Top down game mode main menu issue

Hello,

I’m experiencing an issue involving creating a main menu within the top-down game example. The issue appears after starting a new game and setting the input to game mode only.

The issue is is that after clicking around once, I’ll need to double click every time after that to move. I’ve tried the input game mode and UI, but that stops the mouse being able to mode to guide the player character around.

Any thoughts?

Thanks

Uncheck isfocuseable on your widget buttons

Yeah, unfortunately I tried that and it didnt work.

I have same problem! :frowning:

Same here , i don’t know what to do

So i messed around with this for a bit was able to get your problem and this is how I fixed it, in stead off Game mode change it to Game And UI, I am not 100% sure that “game only” mode doesn’t listen for the mouse correctly as I have had issues with getting turrets to track the mouse with this very problem.
you will want to leave the widget to focus blank and it should work fine. the hide cursor is really up to you the demo generates a actor at the mouse location anyway so you don’t need to see the cursor in this case

I hope this helps.

1 Like