I want to create a blueprint in Unreal Engine 5 (UE5) that, in simulation mode, captures real-time GPS location from a mobile phone on which the game is installed, and updates this location in a game level, moving the character accordingly. How can I go about implementing this? Specifically, I am looking for a way to capture the GPS data from the phone, translate it to the game world coordinates, and then update the character’s position in the level based on these coordinates. Any guidance or suggestions would be highly appreciated.
1 Like
hi
Did you manage to create it?
If so, I’d love to hear how because I’m also stuck on it