Change "User Options" in runtime with verse

Hi there !

I try to make a custom game mode in UEFN for the first time.

For bringing my idea to life, I need to change dynamically the “Player Team” Index of a Player Spawner device with Verse (my Gameplay manager will rotate player spawn after specefic events). But I found no reference to do that in the API documentation, It’s impossible to access and edit “User options” of a device with Verse in Runtime ?

If you confirm that, did you have any suggestion to do this behaviour ? The only way I found for now is to duplicate spawners, one for each Team, and enable/disable the device with Verse … but it’s seems an ugly way for me !

Regards !

You can only edit the User Options that are already exposed/supported. Those can be seen in the Fortnite.digest.verse e.g. these are the settings you can change in the objective_device

This is the only direct workaround but you can “make” your own spawn system if you want by teleporting them after they’re spawned.