How to Create Matinee that can be accessed from any Level?

Is it possible to create generic Matinee Sequences that can be executed from any level (i.e. bound to normal Blueprints and not Level Blueprints)?

For Example, if I have assets like a Material Instance Actor in a scene, do I have to work with it via a Level Blue Print, or is it possible to encapsulate all the logic and assets in normal Blue Prints (not the level Blueprint), and then reuse that Blue Print/Matinee on Multiple Levels.

If it is possible. A tutorial on how to do this would be great.

Matinee actors cant be manipulated out of the level and level BP, unfortunately. But Sequencer(future Matinee replacement) will enable us to do that.

Is there any information about when Sequencer will be released?

No information yet.

It’ll have to be cut and paste for the time being then. Thanks.