Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | FARFaceUpdatePayload |
| Type | struct |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include Path | #include "ARComponent.h" |
Syntax
USTRUCT (BlueprintType , Category="AR Gameplay")
struct FARFaceUpdatePayload
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LeftEyePosition | FVector | ARComponent.h |
|
|
| LookAtTarget | FVector | ARComponent.h |
|
|
| RightEyePosition | FVector | ARComponent.h |
|
|
| SessionPayload | FARSessionPayload | ARComponent.h |
|