Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Options for the kind of data to update during Face Tracking. This feature is used by ARKit.
| Name | EARFaceTrackingUpdate |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h |
| Include Path | #include "ARSessionConfig.h" |
Syntax
enum EARFaceTrackingUpdate
{
CurvesAndGeo,
CurvesOnly,
}
Values
| Name | Remarks |
|---|---|
| CurvesAndGeo | Both curves and geometry are updated. This is useful for mesh visualization. |
| CurvesOnly | Only the curve data is updated. |