unreal.ARPlaneDetectionMode

class unreal.ARPlaneDetectionMode

Bases: EnumBase

Options for how flat surfaces are detected. This feature is used by ARCore and ARKit.

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

HORIZONTAL_PLANE_DETECTION: ARPlaneDetectionMode

Detects horizontal, flat surfaces.

Type:

1

NONE: ARPlaneDetectionMode

Disables plane detection.

Type:

0

VERTICAL_PLANE_DETECTION: ARPlaneDetectionMode

Detects vertical, flat surfaces.

Type:

2