cinematic_sequence_device - How to set calling agent in Verse?

When using the cinematic_sequence_device from within verse (i.e., using a device placed in the level which is then referenced by a different device using an @editable variable), the cinematic device will only work if it is set to “Visibility: Everyone.” If you set it to just Instigator, the sequence doesn’t play even for the player calling the verse function. I assume this is because the Instigator isn’t actually being passed in anywhere.

Is there a way around this? For example, a way to either set the instigator directly on the cinematic device, or to pass it in the Play() call? Any help would be appreciated.