EMagicLeapMeshType

Type of mesh to query from the underlying system.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeap/Public/MeshTrackerTypes.h

Include

#include "MeshTrackerTypes.h"

Syntax

enum EMagicLeapMeshType
{
    Triangles,
    PointCloud,
}

Values

Name

Description

Triangles

Meshing should be done as triangles.

PointCloud

Return mesh vertices as a point cloud.

Remarks

Type of mesh to query from the underlying system.

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