How to play multiple matinee subsequently?

0
I am having some trouble playing a matinee sequence following a different matinee. I want about 4 matinees to play before the viewer becomes the player in game.

The sequence I am looking for is;

Main Menu - on play (play 1st matinee) - on completion (play 2nd matinee) and so on until enable character player.

I have added a picture of my world blueprint

Please help

You need to use matinee controller. Click the matinee in your level, and in the level blueprint right click and choose:

69863-matinee.jpg

After placing it will give you a ‘Finished’ Exec pin. connect that to ‘Play’ of the next matinee and it will work as expected. Keep in mind though, that the finished exec pin fires when the matinee time ends, NOT when the last key fires. So make sure you double check the length of your matinee or you will have some additional unwanted delays between the sequence.

You currently have them set up in a string, it will fire all at once, You need to use “Matinee Controller” in your level blueprint. That will give you a “finished” pin.

Thanks all! Problem fixed :smiley: