EMagicLeapContactsOperationStatus

Result types for contacts operations.

Windows
MacOS
Linux

References

Module

MagicLeapContacts

Header

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

Include

#include "MagicLeapContactsTypes.h"

Syntax

enum EMagicLeapContactsOperationStatus
{
    Success,
    Fail,
    Duplicate,
    NotFound,
}

Values

Name

Description

Success

Operation succeeded.

Fail

Operation failed.

Duplicate

MagicLeapContact with the details specified for an insert already exists.

NotFound

MagicLeapContact to be deleted/updated doesn't exist.

Remarks

Result types for contacts operations.

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