Set Timer Blueprint

Hi
I was wondering if there is a set timer blueprint?
I want to be able to show a level (welcome screen) for one minute and then call my main menu level

Welcome screen->wait one minute->main menu screen

Thanks in advance for the help

S

The name of the node is “Set Timer by Event”:
http://romeroblueprints.blogspot.com/2016/03/bp-compendium-set-timer-by-event.html

Or “Set Timer by Function Name”. You don’t need to have an Event connected to it, you can also call functions (and events) by their name.

Ok i’ll get on to those, thanks guys