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