UMagicLeapContactsFunctionLibrary::DeleteContactAsync

Initiates the deletion of an existing contact.

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 DeleteContactAsync
(
    const FMagicLeapContact & Contact,
    const FMagicLeapSingleContactResultDelegate & ResultDelegate
)

Remarks

Initiates the deletion of an existing contact.

Returns

A unique identifier for this request.

Parameters

Parameter

Description

Contact

The contact to be deleted.

ResultDelegate

The delegate to be notified upon deletion of the 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