Navigation
Unreal Engine C++ API Reference > Runtime > AugmentedReality
Inheritance Hierarchy
- FARAsyncTask
- FGetGeoLocationAsyncTask
References
Module | AugmentedReality |
Header | /Engine/Source/Runtime/AugmentedReality/Public/ARGeoTrackingSupport.h |
Include | #include "ARGeoTrackingSupport.h" |
Syntax
class FGetGeoLocationAsyncTask : public FARAsyncTask
Remarks
Async task to convert Geo location.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | FinishWithError
(
const FString& InError |
Finish the task with an error. |
![]() |
void | FinishWithGeoLocation
(
float InLongitude, |
Finish the task with a Geo location. |
![]() ![]() |
float | GetAltitude () |
|
![]() ![]() |
float | GetLatitude () |
|
![]() ![]() |
float | GetLongitude () |