FMagicLeapPlaneResult

Represents a plane returned from the ML-API.

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 FMagicLeapPlaneResult

Remarks

Represents a plane returned from the ML-API.

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FRotator

 

ContentOrientation

Orientation of the content with its up-vector orthogonal to the plane.

Public variable UProperty Category BlueprintReadOnly

FGuid

 

ID

ID of the plane result. This ID is persistent across queries

Public variable UProperty Category BlueprintReadOnly

FGuid

 

InnerID

ID of the inner plane. This ID is persistent across queries

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FVector2D

 

PlaneDimensions

Width and height of the plane (in Unreal units).

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

TArray< EMagicL...

 

PlaneFlags

The flags which describe this plane.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FRotator

 

PlaneOrientation

Orientation of the plane.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FVector

 

PlanePosition

Position of the center of the plane in world coordinates.

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