Main menu widget

I created a main menu widget and a level just for the widget. The widget works fine, but when I load my game it loads the level and I have to click on the play button for the main menu to come up. How can I get it to load straight to the main menu widget?

You can add an event begin > create widget from your level bp:

hi,
Try adding some delay to show the widget

I did that but it doesn’t show the widget until I click play.

Thanks I will try that