UMagicLeapContactsComponent::SelectContactsAsync

Pops up a dialog allowing the user to manually select the contacts they wish to query.

Windows
MacOS
Linux

References

Module

MagicLeapContacts

Header

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

Include

#include "MagicLeapContactsComponent.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Contacts | MagicLeap")
FGuid SelectContactsAsync
(
    int32 MaxNumResults,
    EMagicLeapContactsSearchField SearchField
)

Remarks

Pops up a dialog allowing the user to manually select the contacts they wish to query.

Returns

A unique identifier for this request.

Parameters

Parameter

Description

MaxNumResults

The maximum number of contacts to display (values greater than number of contacts will result in an invalid param error).

SearchField

Specifies which field(s) to retrieve for each selected contact.

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