UMagicLeapContactsComponent::SearchContactsAsync

Initiates a search for contacts with a given query across specified fields.

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 SearchContactsAsync
(
    const FString & Query,
    EMagicLeapContactsSearchField SearchField
)

Remarks

Initiates a search for contacts with a given query across specified fields.

Returns

A unique identifier for this request.

Parameters

Parameter

Description

Query

The search string to look for instances of.

SearchField

The field within the contact to match the query against.

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