Calculate the distance between an actor and a bound

Is there a way to calculate the distance between an actor (me) and an area/a bound (like a checkpoint that gets activated if the player enters its area, delimited by its bound?)

Since it’s a computation I have to do frame-time i was a bit dubious about using a spheretrace for objects until I reach its bounds; is there some other solution?

Thanks