Failed to spawn player controller, GameSession is null

I had same the error. In my case I had a custom Game Mode derived class and override the InitGame function. The mistake was that I didn’t call the base class InitGame function.

See InitGame.

5 Likes