unreal.ARCaptureType

class unreal.ARCaptureType

Bases: EnumBase

EARCapture Type

C++ Source:

  • Module: AugmentedReality

  • File: ARTypes.h

CAMERA: ARCaptureType

Camera Capture

Type:

0

HAND_MESH: ARCaptureType

Capture a mesh around the player’s hands

Type:

4

QR_CODE: ARCaptureType

QR Code Capture.

Type:

1

SCENE_UNDERSTANDING: ARCaptureType

Capture detailed information about the scene with all surfaces like walls, floors and so on

Type:

3

SPATIAL_MAPPING: ARCaptureType

Spatial mapping so the app can selectively turn off discovering surfaces

Type:

2