Character Does not Move after spawning from Main Menu (Multiplayer)

I have created a First Person Multiplayer Shooter game which uses Advanced Steam Sessions to host LAN servers from the Main Menu which loads levels based on user selection

The blueprint for hosting the session and also joining is

I have created custom game modes and Player controllers for Main Menu and main Game Level where characters are spawned and they can play

Now when the character is spawned in the level the character does not move neither i am able to use the mouse to look around, i have set the map’s world settings to proper game mode, tried setting Input Mode as Game etc and i have also tried using game state and controller possession using Player controller and game mode as in below BP:

Player Controller:

Game Mode Spawn Function:

Are there any other things that i can use so that the Character is able to move around?