Restart game with custom gamemode?

Hi everyone!

Im trying to restart my game, but the ‘restart game’ node is only compatible with a game mode object reference. The issue here is that I have my own gamemode, so the cast in pic related will always fail (since its the wrong gamemode). Casting to my own gamemode doesnt allow me to connect it.

Does anyone know a fix? Thanks!

sure, here you go

it has exactly the same spelling. As I said before, the restart node can only be connected to the default game mode. I added another picture to clarify it a bit more. Thanks for your help.

I wish it were that easy :slight_smile: I think that used to be the case in an older version of unreal, but that doesnt work atm

I fixed it for now by just using the base game mode, but its quite an annoying workaround.