4.8 Transition Guide

If you are overriding GameMode functions and you make a call to the parent, you have to add _Implementation to the call as well. For example: Super::FindPlayerStart_Implementation( … );