How to get 'finished' from a matinee controller in a gamemode blueprint

Hello there.

I need to check if my matinee has finished from a gamemode blueprint. I’ve seen answers as to how to get the Matinee Controller in the level blueprint but it seems not to exist elsewhere. Is there a way for me to tell if a matinee has finished from a gamemode blueprint?

Yeah, direct interaction with Matinee is available in Level Blueprint only. You can however use a blueprint interface to achieve that i suppose.

I ended up exposing a ‘finished’ bool from my gamemode blueprint and setting it in the level blueprint when the matinee was finished