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 !