Im currently in the crypt raider section of the unreal 5 c++ course.I have created a new game mode and a new bp player class which is a subclass of first person character.What am I supposed to select in the world override game mode Because if I set it to no override or the game mode that I created I can’t move around using the mouse.
If I set the world override to bp first person it works but I need to use my game mode as I need its settings. Just changing the project settings game mode to my game mode doesn’t work.
Thanks.