Stop a matinee with a button blueprint

Hello everyone I’m having some problem when using the matinee on a actor blueprint, I can’t make any interactions with it because it shows as a unknow node.
Is there another way to play or stop a matinee when I perform an event with an actor?

Matinee works in Level Blueprint only, so you’ll need to use BP communications to set interaction between the actor and the Matinee.

Thanks I used an event dispatcher and it worked