GPS coordinates in UE4

Hi everyone.
I want to create Geolocation Game on Android platform.
How can i use GPS coordinates(I need only latitude and longitude) in UE4?

I have no idea how can i realize that(code in C++).Please can anybody help me???:confused:
ANY ideas about this please…

P.S. Sorry for my English lang,im from Russia.

I don’t know how you can do it with UE4, but you could look into osgEarth (not for UE4).

There’s no built-in functionality that handles it in UE4. You’ll have to find a third-party library that does it and integrate it to the engine yourself.