How can I make a logo popup at startup?

Hi, I am currently developing a horror game with Unreal Engine (Thank god this is easier then Unity),
But I want to know how to make a logo popup at the startup. No movies, just like a simple fade in, and fade out.
Does anyone know how to code this? Thanks.

Hee is a link that I think will help you

If you need more help, tell me and I will show you how to do it

Thanks for covering the fade in/out part. Now all I need to know is how to actually go and make it work.
:stuck_out_tongue:

  • RGamesUnreal

Here is a way to make it work.
In the widget bp, on the event tick add a delay node and type in how the time your fade in/out will need to be displayed in second, and then add a remove all widget node or add an open level node and type in the level name.
I hope this will help you.

Here are 2 screen shots for the blue print.