Black screen in every map except PIE mode

Apparently I was using a custom GameInstance class and that was the cause of the problem (even though I made sure to call the StartGameInstance() ). When I refactored my code and removed that class everything worked ok.

1 Like