Unable to spectate a player after calling Respawn() on them

I filed a bug on this same behavior - it seems to work fine when you have the number of respawns set higher but basically the code on epic’s end does not recognize a respawn via verse as an actual respawn.

they are not considered a spectator even tho they are. I tried calling on the player with IsSpectator() and it wasnt returning the player

@lxlxenigmaxlxl - good to know not IsActive() works. I too had problems with players “IsSpectating()” flag not returning the right thing. Interestingly, they still show up in other players “GetPlayersSpectating()” array. For my game, I was able to use this to do what I needed.

1 Like