How to play a matinee when we click on widget button?

please help me to play a matinee which is there in my level blueprint and i need to play that matinee by pressing a button in the widget blueprint

Hello nahtehc,

I was able to get my matinee to be played on a button click by setting it up in my level blueprint. I have attached an image of what my blueprint looks like:

What I did here was to bind the button to OnClicked, and then created a custom event that played the matinee whenever the button was clicked. Feel free to let me know if there are any further questions, or if you’re having trouble getting this setup to work.

This is how I would do it. Seans answer is correct, but it seems overly complicated to clutter the BP and have custom events and binding and such.

I notice it only works once. I was hoping it’ll play the Matinee when ever the button is clicked again.

nvm, stupid question… I can play it as many times as I can it was just a change in properties in the matinée…

However, how can I do this for multiple buttons? for the same widget?
I have multiple matinées for multiple buttons.

Have you tried the method I showed in the other reply? It’s more simple, and can be applied to any number of buttons

But how do you call the reference to the local variable?
I cant access the matinee from the widget blueprint

did you ever find out how to do it? I am stuck trying to do the exact same thing!