Packaged game gives black screen

@Moynzy - thank you for sharing that screenshot! This made me realize why I was getting a black screen in standalone mode. My issue was that I had a custom game instance in C++ where I had overriden StartGameInstance() without calling Super::StartGameInstance(). Adding that fixed the black screen for me!

Hope this helps someone.