EARSessionTrackingFeature

Tells the AR system how much of the face work to perform

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h

Include

#include "ARSessionConfig.h"

Syntax

enum EARSessionTrackingFeature
{
    None,
    PoseDetection2D,
    PersonSegmentation,
    PersonSegmentationWithDepth,
}

Values

Name

Description

None

None of the session feature is enabled

PoseDetection2D

2D pose detection is enabled

PersonSegmentation

Person segmentation is enabled

PersonSegmentationWithDepth

Person segmentation with depth info is enabled

Remarks

Tells the AR system how much of the face work to perform

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