Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Async task to check Geo tracking availability.
| Name | FCheckGeoTrackingAvailabilityAsyncTask |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARGeoTrackingSupport.h |
| Include Path | #include "ARGeoTrackingSupport.h" |
Syntax
class FCheckGeoTrackingAvailabilityAsyncTask : public FARAsyncTask
Inheritance Hierarchy
- FARAsyncTask → FCheckGeoTrackingAvailabilityAsyncTask
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsAvailable | bool | ARGeoTrackingSupport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FinishWithAvailability
(
bool bInIsAvailable |
Finish the task with the availability result. | ARGeoTrackingSupport.h | |
void FinishWithError
(
const FString& InError |
Finish the task with an error. | ARGeoTrackingSupport.h | |
bool IsAvailable() |
ARGeoTrackingSupport.h |