How do I stop a movie recording on Matinee?

Ok, so I’m doing some tests to better understand matinee functions and stuff. I opened the Realistic Rendering, setup matinee, camera, director, blueprint start event to play the matinee. Everything goes well and I could successfully export a video, but the records wont stop after the matinee sequence end, it continues to record with the player view and i have to manually close the window to make it stop.

I think a little blueprint touch can fix this, could anyone help?
Here’s is a sample video: - YouTube

Thanks.

Select your Matinee in your editor (or from scene outliner).
Then open your Level Blueprint.
Right Click on empty Space > Add Matinee Controller for “Your Matinee Name”.
It’ll create a node “YourMatineeName” with Finished |> output.
Then add Quit Game in the level blueprint, connect it to the Matinee controller finished output.

Hope this helps.

I didn’t find this answer before! Thanks for the help!!!