Cinematic sequence device won't play (Verse)

Hello, I can’t play the cinematic sequence device through verse. While it doesn’t show me red squiggles, It also doesn’t play at all
image
It plays if I use uefn to bind it to an event tho. But, doesn’t work in verse… Is this a bug or am I doing something wrong?

nvmd I found an error in my code. I apologize for posting this before double checking.

I’m having the same problem today but can’t figure out from where the issue could be coming, what was your issue? It might fix mine

@Leden I believe you need to pass in the agent when calling the play, if your cinematic sequencer device has show to instigator only. So something like this

ShowCinematic(Agent:agent):void=
   CinematicPlayer.Play(Agent)