How do I get world location from my pawn that's simulating physics

My player BP is simulating physics as it’s an airplane and It seems that makes the pawn world location stop updating.

I’m making a turret bp and using the “get distance to” I input “get player pawn”. This outputs the same distance even when I move the player.

Is the simulate physics options whats causing this? What can I do?