Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | EARFaceTransformMixing |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include Path | #include "ARComponent.h" |
Syntax
enum EARFaceTransformMixing
{
ComponentOnly,
ComponentLocationTrackedRotation,
ComponentWithTracked,
TrackingOnly,
}
Values
| Name | Remarks |
|---|---|
| ComponentOnly | Uses the component's transform exclusively. Only setting for non-tracked meshes |
| ComponentLocationTrackedRotation | Use the component's location and apply the rotation from the tracked mesh |
| ComponentWithTracked | Concatenate the component and the tracked face transforms |
| TrackingOnly | Use only the tracked face transform |