EMagicLeapHeadTrackingMapEvent

Different types of map events that can occur that a developer may have to handle.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "MagicLeapHMDFunctionLibrary.h"

Syntax

enum EMagicLeapHeadTrackingMapEvent
{
    Lost,
    Recovered,
    RecoveryFailed,
    NewSession,
}

Values

Name

Description

Lost

Map was lost. It could possibly recover.

Recovered

Previous map was recovered.

RecoveryFailed

Failed to recover previous map.

NewSession

New map session created.

Remarks

Different types of map events that can occur that a developer may have to handle.

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