How Do I Cancel A Matinee Sequence?

Hey all,

I’m trying to figure out how to push a gamepad button the cancel a matinee sequence in BP. Right now I can bind a button (A) to do a Execute Console Command “CANCEL MATINEE” and that stops the matinee but doesn’t give control back to the gamepad or mouse - the camera just sits there uncontrollable.

Any help is appreciated. :slight_smile:

Select the matinee actor > go to level BP and add a reference to that matinee actor > drag from matinee variable and type Stop and it will give you the stop node for matinee. Give it a try and see if it does the job.

That ends up doing the same thing and CANCEL MATINEE. The problem keeping me from being able to move was that cinematic mode wasn’t being turned off. If I uncheck “affect movement and turning” I regain control though.

Is there a way to kill cinematic mode?

Oh ok. Then drag from that matinee variable again and type “movement input” and get Set Disable Movement Input node, then set it to false after stopping the matinee. And do the same for Look at Input.

Fantastic. Thanks so much Jacky. :slight_smile: