After triggering a breakpoint in blueprint, variable getter nodes can display the value of a different object than the node's target. For example: if an actor class has a value MyBool and the blueprint graph contains a MyBool getter node with target = OtherActor, it will show the value of self->MyBool rather than OtherActor->MyBool.
Affects getter nodes in general and is confusing to users when dealing with common variables like RelativeLocation.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-191481 in the post.