unreal.ARLineTraceChannels

class unreal.ARLineTraceChannels

Bases: unreal.EnumBase

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

C++ Source:

  • Module: AugmentedReality

  • File: ARTypes.h

FEATURE_POINT

Trace against points that the AR system considers significant .

Type

1

GROUND_PLANE

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

Type

2

NONE

0

PLANE_USING_BOUNDARY_POLYGON

Trace against any plane tracked geometries using the boundary polygon.

Type

8

PLANE_USING_EXTENT

Trace against any plane tracked geometries using Center and Extent.

Type

4