Get pointer to actor position

Storing pointer to an Actor location is not possible because it is a private member. If you want to know Actor coordinates in debug mode w/o calling GetActorLocation(), you may use pointer to a member of its UStaticMeshComponent: (((USceneComponent)&(((UPrimitiveComponent)&(((UMeshComponent)Mesh)))))).RelativeLocation