UMagicLeapContactsFunctionLibrary::RequestContactsAsync

Initiates the retrieval of the entire contacts list from the cloud.

Windows
MacOS
Linux

References

Module

MagicLeapContacts

Header

/Engine/Plugins/Lumin/MagicLeapContacts/Source/Public/MagicLeapContactsFunctionLibrary.h

Include

#include "MagicLeapContactsFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeapContacts/Source/Private/MagicLeapContactsFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Contacts Function Library | MagicLeap")
static FGuid RequestContactsAsync
(
    const FMagicLeapMultipleContactsResultDelegate & ResultDelegate,
    int32 MaxNumResults
)

Remarks

Initiates the retrieval of the entire contacts list from the cloud.

Returns

A unique identifier for this request.

Parameters

Parameter

Description

MaxNumResults

The maximum number of results to return.

ResultDelegate

The delegate to be notified once the contacts list has been retrieved from the cloud.

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