EMagicLeapMeshVertexColorMode

Vertex color mode.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "MeshTrackerTypes.h"

Syntax

enum EMagicLeapMeshVertexColorMode
{
    None,
    Confidence,
    Block,
    LOD,
}

Values

Name

Description

None

Vertex Color is not set.

Confidence

Vertex confidence is interpolated between two specified colors.

Block

Each block is given a color from a list.

LOD

Each LOD is given a color from a list.

Remarks

Vertex color mode.

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