Summary
If the Team Settings & Inventory device is set to target a specific team, the server experiences a lag of approximately 1600ms when a player switches to that team for the first time.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Devices
Steps to Reproduce
- Configure the Team Settings & Inventory device to apply settings and grant items only to a specific team.
- Start the server and join the game.
- Change the player’s team to the target team (the one configured in the Team Settings & Inventory device).
- Observe the server lag (~1600ms) occurring when switching teams for the first time.
Expected Result
Smooth team switching without significant lag.
Observed Result
The server freezes for approximately 1600ms on the first team change.
Platform(s)
Tested on PC
Video
Additional Notes
Verse code used in the video example:
OnBegin():void=
TimerStart.SuccessEvent.Await()
profile(“Change team”):
TeamCollection := GetPlayspace().GetTeamCollection()
if. TeamCollection.AddToTeam[GetPlayspace().GetPlayers()[0], TeamCollection.GetTeams()[1]] then:
Print(“Changed to team 2”, ?Color := NamedColors.Pink)