![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Async task to convert Geo location.
| void FGetGeoLocationAsyncTask::FinishWithError | ( | const FString & | InError | ) |
Finish the task with an error.
| void FGetGeoLocationAsyncTask::FinishWithGeoLocation | ( | float | InLongitude, |
| float | InLatitude, | ||
| float | InAltitude | ||
| ) |
Finish the task with a Geo location.
|
inline |
|
inline |
|
inline |