GameMode InitGame() equivalent in blueprint

I am looking to initialize variables and spawn actors before players start the game. I want to do this in GameMode and would like to know if there is an event node for this in blueprints? The C++ equivalent would be InitGame()