Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Async task to convert Geo location.
| Name | FGetGeoLocationAsyncTask |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARGeoTrackingSupport.h |
| Include Path | #include "ARGeoTrackingSupport.h" |
Syntax
class FGetGeoLocationAsyncTask : public FARAsyncTask
Inheritance Hierarchy
- FARAsyncTask → FGetGeoLocationAsyncTask
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Altitude | float | ARGeoTrackingSupport.h | ||
| Latitude | float | ARGeoTrackingSupport.h | ||
| Longitude | float | ARGeoTrackingSupport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FinishWithError
(
const FString& InError |
Finish the task with an error. | ARGeoTrackingSupport.h | |
void FinishWithGeoLocation
(
float InLongitude, |
Finish the task with a Geo location. | ARGeoTrackingSupport.h | |
float GetAltitude() |
ARGeoTrackingSupport.h | ||
float GetLatitude() |
ARGeoTrackingSupport.h | ||
float GetLongitude() |
ARGeoTrackingSupport.h |