IMagicLeapDispatchPlugin

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMagicLeapDispatchPlugin

References

Module

MagicLeapDispatch

Header

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

Include

#include "IMagicLeapDispatchPlugin.h"

Syntax

class IMagicLeapDispatchPlugin : public IModuleInterface

Remarks

The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.

Functions

Name Description

Public function Static

IMagicLeapDi...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

EMagicLeapDi...

 

OpenOAuthWindow

(
    const FString& OAuthURL,
    const FString& RedirectURI,
    const FString& CancelURI,
    const FMagicLeapOAuthSchemaHandler ...,
    const FMagicLeapOAuthSchemaHandler ...
)

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