Respawning char at closest to death point

it always respawns the char at the first point on map no matter where death occurred i can’t figure out the issue help would be appreciated

the getAllActorsOfClass node needs to be moved from Tick, into the chain of nodes that is using its variables.

also, you should use VectorLengthSquared, so its cheaper than vector length.