UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGetGeoLocationAsyncTask Class Reference

#include <ARGeoTrackingSupport.h>

+ Inheritance diagram for FGetGeoLocationAsyncTask:

Public Member Functions

UE_API void FinishWithGeoLocation (float InLongitude, float InLatitude, float InAltitude)
 
UE_API void FinishWithError (const FString &InError)
 
float GetLongitude () const
 
float GetLatitude () const
 
float GetAltitude () const
 
- Public Member Functions inherited from FARAsyncTask
virtual ~FARAsyncTask ()
 
UE_API bool HadError () const
 
UE_API FString GetErrorString () const
 
UE_API bool IsDone () const
 

Additional Inherited Members

- Protected Attributes inherited from FARAsyncTask
FThreadSafeBool bIsDone
 
FThreadSafeBool bHadError
 
FString Error
 

Detailed Description

Async task to convert Geo location.

Member Function Documentation

◆ FinishWithError()

void FGetGeoLocationAsyncTask::FinishWithError ( const FString &  InError)

Finish the task with an error.

◆ FinishWithGeoLocation()

void FGetGeoLocationAsyncTask::FinishWithGeoLocation ( float  InLongitude,
float  InLatitude,
float  InAltitude 
)

Finish the task with a Geo location.

◆ GetAltitude()

float FGetGeoLocationAsyncTask::GetAltitude ( ) const
inline
Returns
the altitude of the converted Geo location.

◆ GetLatitude()

float FGetGeoLocationAsyncTask::GetLatitude ( ) const
inline
Returns
the latitude of the converted Geo location.

◆ GetLongitude()

float FGetGeoLocationAsyncTask::GetLongitude ( ) const
inline
Returns
the longitude of the converted Geo location.

The documentation for this class was generated from the following files: