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