Cannot use Restart Game Command

The restart game command’s target is a “Game Mode” object reference, but in 4.19, if I use the “Get Game Mode” node, it gives a “Game Mode Base” object reference. As far as I can tell there is no way to use the Game Mode Base to restart the game. I don’t need the restart level command or anything like that, I need this particular function of quitting and rebooting the game.

If your game mode extends GameMode then case to your game mode first and call it.

If your game mode only extends GameModeBase then you can either change that to extend GameMode or implement your own resetting logic.