Hooking hud up to player

Hi. My AHUD class needs to register to a multi-cast delegate of an actor spawned at the same time as the player in AGameMode::SpawnDefaultPawnFor_Implementation. When would it be safe such that the gamemode can hook up the hud to the player? I need some event function in AGameMode where both the player and AHUD are alive.