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.
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.