BlueprintAPI > BlueprintAPI/ARAugmentedReality > BlueprintAPI/ARAugmentedReality/GeoTracking
Convert a position in UE4 world space into a Geo location.
Target is Get Geo Location Async Task Blueprint Proxy
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
vector | World Position |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
exec | On Success | |
exec | On Failed | |
real | Longitude | |
real | Latitude | |
real | Altitude | |
string | Error |