EARFaceTransformMixing

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss