How to get a widget to display before exiting?

I’ve got the following blueprint setup:

However the game simply exits before my blueprint message is even displayed, how can I configure my blueprint so that the game end message is displayed, then after a second the game quits?

Place a delay node after you add the widget to the viewport and set the duration to one second (or however long you like).

Cheers mate!

No problem. Glad to help!

Please mark as resolved so others with the same question can find the answer.