IMagicLeapCameraPlugin

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMagicLeapCameraPlugin

References

Module

MagicLeapCamera

Header

/Engine/Plugins/Lumin/MagicLeapCamera/Source/MagicLeapCamera/Public/IMagicLeapCameraPlugin.h

Include

#include "IMagicLeapCameraPlugin.h"

Syntax

class IMagicLeapCameraPlugin : 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 Virtual

bool

 

CameraConnect

(
    const FMagicLeapCameraConnect& Res...
)

Public function Virtual

bool

 

CameraDisconnect

(
    const FMagicLeapCameraDisconnect& ...
)

Public function Static

IMagicLeapCa...

 

Get()

Singleton-like access to this module's interface.

Public function Const

int64

 

GetPreviewHandle()

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

bool

 

Tick

(
    float DeltaTime
)

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