FMagicLeapPlanesQuery

Type used to represent a plane query.

Windows
MacOS
Linux

References

Module

MagicLeapPlanes

Header

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

Include

#include "MagicLeapPlanesTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FMagicLeapPlanesQuery

Remarks

Type used to represent a plane query.

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

bool

 

bResultTrackingSpace

A flag representing what coordinate space the results are in.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

bool

 

bSearchVolumeTrackingSpace

A flag representing what coordinate space the search volume is in.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

TArray< EMagicL...

 

Flags

The flags to apply to this query.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

MaxResults

The maximum number of results that should be returned.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

MinHoleLength

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.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

MinPlaneArea

The minimum area (in squared meters) of planes to be returned.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

UBoxComponent &...

 

SearchVolume

  1. Use individual fields for setting search volume position, orientation and extents.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FVector

 

SearchVolumeExtents

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FQuat

 

SearchVolumeOrientation

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FVector

 

SearchVolumePosition

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

SimilarityThreshold

The threshold used to compare incoming planes with any cached planes.

Constructors

Name Description

Public function

FMagicLeapPlanesQuery()

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