UMagicLeapConnectionsFunctionLibrary::EnableInvitesAsync

Enables the sending and receiving of invites.

Windows
MacOS
Linux

References

Module

MagicLeapConnections

Header

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

Include

#include "MagicLeapConnectionsFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeapConnections/Source/Private/MagicLeapConnectionsFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Connections Function Library | MagicLeap")
static void EnableInvitesAsync
(
    const FMagicLeapInviteReceivedDelegate & InviteReceivedDelegate
)

Remarks

Enables the sending and receiving of invites.

Parameters

Parameter

Description

InviteReceivedDelegate

User delegate to be notified when an invite is received.

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