unreal.ARLineTraceChannels

class unreal.ARLineTraceChannels

Bases: EnumBase

Channels that let users select which kind of tracked geometry to trace against.

C++ Source:

  • Module: AugmentedReality

  • File: ARTypes.h

FEATURE_POINT: ARLineTraceChannels

Trace against points that the AR system considers significant .

Type:

1

GROUND_PLANE: ARLineTraceChannels

Trace against estimated plane that does not have an associated tracked geometry.

Type:

2

NONE: ARLineTraceChannels

0

PLANE_USING_BOUNDARY_POLYGON: ARLineTraceChannels

Trace against any plane tracked geometries using the boundary polygon.

Type:

8

PLANE_USING_EXTENT: ARLineTraceChannels

Trace against any plane tracked geometries using Center and Extent.

Type:

4