Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UARTrackedGeometry
- UARFaceGeometry
- UGoogleARCoreAugmentedFace
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include | #include "ARTrackable.h" |
Syntax
class UARFaceGeometry : public UARTrackedGeometry
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | LookAtTarget | The target the eyes are looking at |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TMap< EARFaceBlendShape, float > | |||
| const FARBlendShapeMap & | |||
| float | GetBlendShapeValue
(
EARFaceBlendShape BlendShape |
||
| const TArray< int32 > & | |||
| const FTransform & | GetLocalSpaceEyeTransform
(
EAREye Eye |
||
| void | GetNetworkPayload
(
FARFaceUpdatePayload& Payload |
||
| const TArray< FVector2D > & | GetUVs () |
||
| const TArray< FVector > & | |||
| FTransform | GetWorldSpaceEyeTransform
(
EAREye Eye |
||
| void | UpdateFaceGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
Overridden from UARTrackedGeometry
| Type | Name | Description | |
|---|---|---|---|
| void | DebugDraw
(
UWorld* World, |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsTracked | This property is now deprecated, please use GetTrackingState() and check for EARTrackingState::Tracking or IsTracked() instead. |