https://docs.unrealengine.com/latest/INT/Programming/Tutorials/FirstPersonShooter/1/2/index.html
This tutorial says that “When we setup our Basic Code project in the previous step, Unreal Engine created a Game Mode for us.” I followed all of the steps in the latest version of unreal with a fresh install, and this did not happen. The engine created a Game Mode Base class instead. Some of the sample code is also different because of this. For instance, when the tutorial asks you to use the boolean “GEngine,” visual studio gives an error.
I am looking at beginner tutorials and I’m not sure how to translate this tutorial to 4.16. Looking for advice on what I should do to continue.