Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | FARGeoAnchorUpdatePayload |
| Type | struct |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include Path | #include "ARComponent.h" |
Syntax
USTRUCT (BlueprintType , Category="AR Gameplay")
struct FARGeoAnchorUpdatePayload
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AltitudeMeters | float | ARComponent.h |
|
|
| AltitudeSource | EARAltitudeSource | ARComponent.h |
|
|
| AnchorName | FString | ARComponent.h |
|
|
| Latitude | float | ARComponent.h |
|
|
| Longitude | float | ARComponent.h |
|
|
| SessionPayload | FARSessionPayload | ARComponent.h |
|
|
| WorldTransform | FTransform | ARComponent.h |
|