Switching between cameras

I created in my matinee new camera group . ( I created a jumpscare )
Now I want when the player collides with a box trigger , the matinee to be played .
Here’s what i’ve tried :

It doesn’t work , the player camera wont switch to the camera I created in my matinee .

HOW DO I CHANGE MY PLAYER CAMERA TO THE CAMERA I’VE CREATED IN THE MATINEE

PLEASE HELP ASAP .

Go to here if you need an answer : Matinee HELP - Blueprint - Unreal Engine Forums

Its normal, in your blueprint you only tell the camera play animation, but you must change camera before playing it.
This can be done by using this componnement in blueprint editor: “Set view target with blend”, the blend function is really cool.