Getting geometric location of the player?

Hi

Is there anyway I can get the local coordinate(longitude altitude) of the current player so that I can match the player in local zone only?

Thanks

Hi FrankKappaPride,

You should be able to get the Actor’s location by using the GetActorLocation node. Additionally, you can use GetActorWorldLocation and GetActorRelativeLocation based on your individual needs. You can do this for Rotation as well.

Hi, my question is actually about the player physical location, like in USA, Califonia or something like that. Thanks