UMagicLeapContactsComponent::AddContactAsync

Initiates the creation of a new contact.

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 AddContactAsync
(
    const FMagicLeapContact & Contact
)

Remarks

Initiates the creation of a new contact.

Returns

A unique identifier for this request.

Parameters

Parameter

Description

Contact

The contact to be created.

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