Respawn Points
Feature Overview
Spawn point zones are added to the map for each team. When a team is selected, the character will spawn at the associated teams spawn point.
Technical Overview
AJ_PlayerStartVolumes
have been placed around the map and tagged with either: RED, BLUE or GREEN. On BeginPlay, BPM_ODK_ExampleCombatCharacter
caches all player start volumes on auth clients. When BPM_ODK_ExampleCombatCharacter
is respawned, we use our team to find the appropriate player start volumes and teleport to a random player start in the player start volumes.

BPM_ODK_ExampleCombatCharacter

BPM_ODK_ExampleCombatCharacter
Last updated