I can't get the main menu to disappear when hitting Play

Hello! I’m working on a very simple FPS game, and I’ve nearly got everything done…all I’m missing now is the main menu. Which is all programmed and does what it’s supposed to do, with ONE exception…It doesn’t go away when Play Game is clicked.

These are my nodes. I followed [this tutorial][2] and all the other functionality works, but it won’t disappear to allow me to play and see what I’m doing. Help, please? I’m sure it’s something simple that I’m missing, but it’s driving me batty and I need to turn this in tomorrow.

Any help would be greatly appreciated!

Hi! OpenLevel node go away from current UWorld and create new one, so everything after that node just dont get executed. You should move that logic in other place.