EMagicLeapLocationResult

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

MagicLeapLocation

Header

/Engine/Plugins/Lumin/MagicLeapLocation/Source/MagicLeapLocation/Public/MagicLeapLocationTypes.h

Include

#include "MagicLeapLocationTypes.h"

Syntax

enum EMagicLeapLocationResult
{
    Unknown,
    NoNetworkConnection,
    NoLocation,
    ProviderNotFound,
}

Values

Name

Description

Unknown

Unknown location error.

NoNetworkConnection

No connection to server.

NoLocation

No location data received.

ProviderNotFound

Location provider is not found.

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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