I made a little game , TPP game. The game run perfectly. The problem appeared when i make the main menu. When I try the game by hitting “Play” button from Unreal Engine (even if i hit “Standalone Game”) , the menu pop up. But in background the game start running. I cant even control my character by hitting “A,S,W,D” keys. What can i do to prevent this ?
Note: 1.My character is moving . 2.I already made a Main menu map and attached Main menu widget to it.
It’s a combination of the Input Mode nodes. When you hit Play button, set the Input Mode to game or Game and UI if you still want to interact with menus.
The above assumes you actually have movement methods for the pawn in the first place, of course.