Couldn't spawn player: Failed to spawn player controller

Hey Guys! I’m following the AI tutorial on the wiki. But I’m getting this error “Couldn’t Spawn Player”.
I’ve tried placing the blueprint character in the level. But still it is giving me the same error.

How Can I solve this?

Please Help Thanks.

Can you post screenshots of your blueprint setup please?

It is similar to this, except I’m using myCharacter Blueprint instead of cube.
It worked when I added a new PlayerController.

Hello!

Try this solution:

  1. Click World Settings on top of your
  2. UE editor; In Game Mode section find Player Controller property;
  3. You will see this field has None value;
  4. If it is, then just set it to
  5. PlayerController (UE4 default).

I met this problem too and solved it. I was happen when I failed to edit character graph correctly and tried to run the game.

3 Likes

For other people:
Don`t remember to set in Blueprints Game ModeBase Class “Player Controller Class”

1 Like

Thx, it works