![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ARGeoTrackingSupport.h>
Inheritance diagram for FCheckGeoTrackingAvailabilityAsyncTask:Public Member Functions | |
| bool | IsAvailable () const |
| UE_API void | FinishWithAvailability (bool bInIsAvailable) |
| UE_API void | FinishWithError (const FString &InError) |
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 check Geo tracking availability.
Finish the task with the availability result.
| void FCheckGeoTrackingAvailabilityAsyncTask::FinishWithError | ( | const FString & | InError | ) |
Finish the task with an error.
|
inline |