EMagicLeapConnectionsInviteStatus

Windows
MacOS
Linux

References

Module

MagicLeapConnections

Header

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

Include

#include "MagicLeapConnectionsTypes.h"

Syntax

enum EMagicLeapConnectionsInviteStatus
{
    SubmittingRequest,
    Pending,
    Dispatched,
    DispatchFailed,
    Cancelled,
    InvalidHandle,
}

Values

Name

Description

SubmittingRequest

Indicates the request to start the sending process is being submitted to the system.

Pending

Indicates sending process has successfully initiated and invite dialog is being displayed to the user.

Dispatched

Indicates invite dialog has been completed by the user the invite was successfully sent.

DispatchFailed

Indicates that the user has completed the invite dialog but the system was unable to send the invite.

Cancelled

Indicates sending process was cancelled either by user, system or

InvalidHandle

Unable to determine invite status, because provided handle is invalid.

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