Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | UARGeoAnchor |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include Path | #include "ARTrackable.h" |
Syntax
UCLASS (BlueprintType)
class UARGeoAnchor : public UARTrackedGeometry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARTrackedGeometry → UARGeoAnchor
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AltitudeMeters | float | ARTrackable.h | ||
| AltitudeSource | EARAltitudeSource | ARTrackable.h | ||
| Latitude | float | ARTrackable.h | ||
| Longitude | float | ARTrackable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetAltitudeMeters() |
ARTrackable.h |
|
|
EARAltitudeSource GetAltitudeSource() |
ARTrackable.h |
|
|
float GetLatitude() |
ARTrackable.h |
|
|
float GetLongitude() |
ARTrackable.h |
|
|
void GetNetworkPayload
(
FARGeoAnchorUpdatePayload& Payload |
ARTrackable.h | ||
void UpdateGeoAnchor
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
ARTrackable.h |