EMagicLeapPlaneQueryFlags

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

MagicLeapPlanes

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapPlanes/Source/Public/MagicLeapPlanesTypes.h

Include

#include "MagicLeapPlanesTypes.h"

Syntax

enum EMagicLeapPlaneQueryFlags
{
    Vertical,
    Horizontal,
    Arbitrary,
    OrientToGravity,
    PreferInner,
    Ceiling,
    Floor,
    Wall,
    Polygons,
}

Values

Name

Description

Vertical

Include planes whose normal is perpendicular to gravity.

Horizontal

Include planes whose normal is parallel to gravity.

Arbitrary

Include planes with arbitrary normals.

OrientToGravity

If set, non-horizontal planes will be aligned perpendicular to gravity.

PreferInner

If set, inner planes will be returned; if not set, outer planes will be returned.

Ceiling

If set, include planes semantically tagged as ceiling.

Floor

If set, include planes semantically tagged as floor.

Wall

If set, include planes semantically tagged as wall.

Polygons

Include polygons

Remarks

Control flags for plane queries.

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