How unreal engine get real world location?

I would like to show my real location and direction on UE via iphone. How to do it by blueprint?

There’s nothing built into Cesium for Unreal to help with this (other than perhaps functions on CesiumGeoreference to convert longitude/latitude/height to Unreal Coordinates). You might have more luck asking on a more general Unreal Engine forum; perhaps there’s another plugin that can help. Worst case, I would imagine you can write C++ code to interact with the native APIs on the iPhone.

1 Like