GameMode not visible in C++ project

I have a C++ project and I refreshed Visual Studio project files, opened Visual Studio from Unreal Engine but I don’t have any gamemode available…

Unreal engine 5.3 by any chance?

In 5.3 it does not create a game mode by default as honestly there is no need. It was a class inheriting from GameModeBase but no extra code was added to it so all you need to do is add one from the editor and base it off the GameModeBase class.

Of course, if that’s not the issue, let me know.

Privacy & Terms