Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include | #include "ARComponent.h" |
Syntax
enum EARFaceTransformMixing
{
ComponentOnly,
ComponentLocationTrackedRotation,
ComponentWithTracked,
TrackingOnly,
}
Values
| Name | Description |
|---|---|
| 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 |