How to trigger video texture to play using maintee?

Hello,
I have a scene and I want to be able to get a media player texture to play at a certain time on the maintee editor? How am I able to do this? Do I have to create an event then trigger it in maintee, if so, how do I do that?

Thanks.

In matinee, add an event track:

https://docs.unrealengine.com/latest/images/Engine/Matinee/HowTo/MHT_8/MHT8_AddEventTrack.jpg

Then, give it a name (Explode at this example) and length:

https://docs.unrealengine.com/latest/images/Engine/Matinee/HowTo/MHT_8/MHT8_EventTrackComplete.jpg

Now at the level blueprint, you can add a controller for the matinee actor from the right click menu:

This will result you a node with a finished execution pen for Matinee, and another pen for the Event Track (called explode at this example). And if you have more event, you’ll have more pins named with their names:

108696-screen+shot+2016-09-28+at+6.38.29+am.png

][4]

Now connect whatever logic needed to play the movie with the event track execution.

Thank you so much, I will try that tonight!