unreal.ARSessionType

class unreal.ARSessionType

Bases: unreal.EnumBase

EARSession Type

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

FACE

AR meant to overlay onto a face

Type

3

GEO_TRACKING

A session used to track geographic locations

Type

7

IMAGE

Tracking of images supplied by the app. No world tracking, just images

Type

4

NONE

AR tracking is not supported

Type

0

OBJECT_SCANNING

A session used to scan objects for object detection in a world tracking session

Type

5

ORIENTATION

AR session used to track orientation of the device only

Type

1

POSE_TRACKING

A session used to track human pose in 3D

Type

6

WORLD

AR meant to overlay onto the world with tracking

Type

2