Changing between two characters

Hello!

I’m creating my first game with UE4 and I’m having some troubles with UnPossess/Possess.

First of all, I run the game with “MenuGM” with “MenuPlayerController” and “MenuCharacter”. The menu character is empty, a fixed camera in world to create the menu with a background of the Landscape and some buttons to play, etc.

But when I click play I need to create the player and put him in the same Landscape. The problem is, when I UnPossess from MenuCharacter to ThirdPersonCharacter, the new character has no movement, no Input keys, I can’t do anything with him, he’s in world but I can’t move him.

Attached how I create the player when the player press play (target is always PlayerController).

Thanks in advice!