Make MagicLeapPlanesQuery

Make MagicLeapPlanesQuery

Windows
MacOS
Linux

Adds a node that create a 'MagicLeapPlanesQuery' from its members

Make MagicLeapPlanesQuery
Flags
Search Volume DEPRECATED
Max Results
10
Min Hole Length
5.000000
Min Plane Area
100.000000
Search Volume Position
X0.000000
Y0.000000
Z0.000000
Search Volume Orientation
Search Volume Extents
X10.000000
Y10.000000
Z10.000000
Similarity Threshold
1.000000
Search Volume Tracking Space
Result Tracking Space
Magic Leap Planes Query

Inputs

Flags
Array of EMagicLeapPlaneQueryFlags Enums

The flags to apply to this query.

Search Volume DEPRECATED
Box Collision Object Reference
  1. Use individual fields for setting search volume position, orientation and extents.

Max Results
Integer

The maximum number of results that should be returned. This is also the minimum expected size of the array of results passed to the MLPlanesGetResult function.

Min Hole Length
Float

If #MLPlanesQueryFlag_IgnoreHoles is set to false, holes with a perimeter (in meters) smaller than this value will be ignored, and can be part of the plane. This value cannot be lower than 0 (lower values will be capped to this minimum). A good default value is 50cm.

Min Plane Area
Float

The minimum area (in squared meters) of planes to be returned. This value cannot be lower than 400 (lower values will be capped to this minimum).

Search Volume Position
Vector

Search Volume Position

Search Volume Orientation
Quat Structure

Search Volume Orientation

Search Volume Extents
Vector

Search Volume Extents

Similarity Threshold
Float

The threshold used to compare incoming planes with any cached planes. Larger values reduce the amount of NewPlanes returned by a persistent query. Larger values increase the amount of error in the current set of planes.

Search Volume Tracking Space
Boolean

A flag representing what coordinate space the search volume is in. If set, the search volume is in HMD tracking space. If unset, the search volume is in world space.

Result Tracking Space
Boolean

A flag representing what coordinate space the results are in. If set, the results are in HMD tracking space. If unset, the results are is in world space.

Outputs

Magic Leap Planes Query
Magic Leap Planes Query Structure
Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss