Normal - Calling a sequence from verse doesn't work for "instigator only" mode

When setting a sequence to “Instigator only”, calling it from verse doesn’t work. There’s no way to pass an instigator in the API yet.

The only viable workaround is from verse, have players teleport onto a trigger or into a mutator to then use direct event bindings to play the sequence for this player. But this obviously comes with a massive amount of side-issues.

Currently experiencing this issue aswel, very unfortunate that it is not working as intended, was planning to do cool stuff with it

1 Like

I agree! This is a pain to work around.

A good solution would be to allow us to pass the player through the play method like:

MyCinematicSequence.Play(Agent)
1 Like