Possible to add matinee to functions?

Greetings. I would like to ask a question regrding matinee and functions. Ive create a simple matinee elevator movement where my object will just go up and down. I used my functions for my text display example " press e to go down ". So after i press E , i would like to play my matinee. My question is, can i add my matinee into my functions? I realised i am able to add my matinee reference into my level blueprint but i cant add them into function.

Create trigger class with box component, which work like trigger volume, you can also extend volume class itself if you like. In that volume make a option for charater to have iption to press E, also in volume create matineeactor varable and make it public. Now when you place volume in details tab you can select matinee actor, in volume or even character class that will overlap it then you can access choosen matinee and play it. Its just one eay of doing it