unreal.MagicLeapPlaneQueryType

class unreal.MagicLeapPlaneQueryType

Bases: unreal.EnumBase

Persistent query types.

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeapPlanes

  • File: MagicLeapPlanesTypes.h

BULK

All planes will be returned every query.

Type

0

DELTA

Planes will be returned as an array of new and removed planes in relation to the previous request.

Type

1