EMagicLeapDispatchResult

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

MagicLeapDispatch

Header

/Engine/Plugins/Lumin/MagicLeapDispatch/Source/Public/MagicLeapDispatchTypes.h

Include

#include "MagicLeapDispatchTypes.h"

Syntax

enum EMagicLeapDispatchResult
{
    Ok,
    CannotStartApp,
    InvalidPacket,
    NoAppFound,
    AppPickerDialogFailure,
    AllocFailed,
    InvalidParam,
    UnspecifiedFailure,
    NotImplemented,
}

Values

Name

Description

Ok

CannotStartApp

InvalidPacket

NoAppFound

AppPickerDialogFailure

AllocFailed

InvalidParam

UnspecifiedFailure

NotImplemented

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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