FGetGeoLocationAsyncTask

Async task to convert Geo location.

Windows
MacOS
Linux

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

Name Description

Public function

void

 

FinishWithError

(
    const FString& InError
)

Finish the task with an error.

Public function

void

 

FinishWithGeoLocation

(
    float InLongitude,
    float InLatitude,
    float InAltitude
)

Finish the task with a Geo location.

Public function Const

float

 

GetAltitude()

Public function Const

float

 

GetLatitude()

Public function Const

float

 

GetLongitude()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss