Create a cinematic when starting level

I was wondering how to create a simple Cinematic using the Blueprints when the Level is loaded.
How do i import my matinee ?

Cheers.

Take a look at this video and instead of using a trigger, use the event begin play node:

Howdy!

Add a Matinee to your level and create the Keyframes as has suggested. To start the cinematic, you don’t even need to use Blueprints. There’s a checkbox inside the Matinee Actor itself to give you basic control of how it plays, just select the Play on Level Load box and it will start when the level loads.

4368-playonlevelload.png

Have fun!

-W

Thanks guys, UE4 community is great !

What’s about the new sequencer component?