Tutorial Not Working: Team Elimination PopulateTeamsAndPlayers

Hello,

I’m trying to follow the Team Elimination tutorial to learn a bit more about UEFN and Verse but when I execute the step below I’m not getting a print to show up in the log. Then I tried to just keep going further and now I’m not getting weapons granted either. Is there something wrong with the PopulateTeamsAndPlayers command?

Thank you!

PopulateTeamsAndPlayers() : void=
Print(“Beginning to populate players”)

Log (When trying to execute step 4 in the tutorial we no longer see the gun assignment)
LogVerse: : Number of eliminations to end game is 10
LogVerse: : A Player just spawned!
LogVerse: : Granting Player a weapon of Tier 0
LogVerse: : Spawned Player was granted a gun of tier 0
LogValkyrieSummary: Checking for if the project can be uploaded
LogValkyrieSummary: RPCing Verse upload request to server
LogSolLoadCompiler: Warning: Failed to create source snapshot.
LogValkyrieSummary: Server Summary - Successfully activated content on all platforms
LogVerse: : Number of eliminations to end game is 10
LogVerse: : A Player just spawned!
LogValkyrieSummary: Checking for if the project can be uploaded
LogValkyrieSummary: RPCing Verse upload request to server
LogSolLoadCompiler: Warning: Failed to create source snapshot.
LogValkyrieSummary: Server Summary - Successfully activated content on all platforms
LogVerse: : Number of eliminations to end game is 10
LogVerse: : A Player just spawned!

Hello :wave:

I just had a similar issue after going through step 4.
After some troubleshooting, I realized in OnBegin () that set Teams = GetPlayspace().GetTeamCollection().GetTeams() needed to come before the call to PopulateTeamsAndPlayers()

Something to at least check.