Verse Library verse

02 Balancing Teams At Start Of Game

Overrides device start event to log execution and retrieve active team collections.

extracted-snippets/documentation/en-us/fortnite/team-multiplayer-balancing-in-verse/02-balancing-teams-at-start-of-game.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/team-multiplayer-balancing-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/team-multiplayer-balancing-in-verse.md
# Section:    Balancing Teams at Start of Game
OnBegin<override>()<suspends>:void=
Print("Verse Device Started!")
set Teams = Self.GetPlayspace().GetTeamCollection().GetTeams()

Comments

    Sign in to vote, comment, or suggest an edit. Sign in