EMagicLeapConnectionsResult

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

MagicLeapConnections

Header

/Engine/Plugins/Lumin/MagicLeapConnections/Source/Public/MagicLeapConnectionsTypes.h

Include

#include "MagicLeapConnectionsTypes.h"

Syntax

enum EMagicLeapConnectionsResult
{
    InvalidHandle,
    InvalidInviteeCount,
    CancellationPending,
    IllegalState,
    NetworkFailure,
    AlreadyRegistered,
}

Values

Name

Description

InvalidHandle

This MLHandle is not recognized.

InvalidInviteeCount

Indicates number of invitees is invalid.

CancellationPending

Indicates invite request has been found and the system is attempting to cancel the process.

IllegalState

Request failed due to system being in an illegal state, e.g. user has not successfully logged-in.

NetworkFailure

AlreadyRegistered

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