Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UARGeoTrackingSupport
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARGeoTrackingSupport.h |
| Include | #include "ARGeoTrackingSupport.h" |
Syntax
class UARGeoTrackingSupport :
public UObject,
public IModularFeature
Remarks
Interface class for Geo tracking related features.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddGeoAnchorAtLocation
(
float Longitude, |
||
| bool | AddGeoAnchorAtLocationWithAltitude
(
float Longitude, |
||
| TSharedPtr< FCheckGeoTrackingAvailabilityAsyncTask, ESPMode::ThreadSafe > | CheckGeoTrackingAvailability
(
FString& OutError |
||
| TSharedPtr< FCheckGeoTrackingAvailabilityAsyncTask, ESPMode::ThreadSafe > | CheckGeoTrackingAvailability
(
float Longitude, |
||
| TSharedPtr< FGetGeoLocationAsyncTask, ESPMode::ThreadSafe > | GetGeoLocationAtWorldPosition
(
const FVector& WorldPosition, |
||
| EARGeoTrackingAccuracy | |||
| EARGeoTrackingState | |||
| EARGeoTrackingStateReason | |||
| UARGeoTrackingSupport * | |||
| FName |