Break MagicLeapPlanesQuery

Break MagicLeapPlanesQuery

Windows
MacOS
Linux

Adds a node that breaks a 'MagicLeapPlanesQuery' into its member fields

Break MagicLeapPlanesQuery
Magic Leap Planes Query
Flags
Search Volume DEPRECATED
Max Results
0
Min Hole Length
0.0
Min Plane Area
0.0
Search Volume Position
X0.0
Y0.0
Z0.0
Search Volume Orientation
Search Volume Extents
X0.0
Y0.0
Z0.0
Similarity Threshold
0.0
Search Volume Tracking Space
Result Tracking Space

Inputs

Magic Leap Planes Query
Magic Leap Planes Query Structure (by ref)

Outputs

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.

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