IMagicLeapCVCameraModule

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMagicLeapCVCameraModule

References

Module

MagicLeapCVCamera

Header

/Engine/Plugins/Lumin/MagicLeapCamera/Source/MagicLeapCVCamera/Public/IMagicLeapCVCameraModule.h

Include

#include "IMagicLeapCVCameraModule.h"

Syntax

class IMagicLeapCVCameraModule : 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

bool

 

DisableAsync

(
    const FMagicLeapCVCameraDisableStat...
)

Public function

bool

 

EnableAsync

(
    const FMagicLeapCVCameraEnableStati...
)

Public function Static

IMagicLeapCV...

 

Get()

Singleton-like access to this module's interface.

Public function

bool

 

GetCameraOutput

(
    FMagicLeapCameraOutput& OutCameraO...
)

Public function

bool

 

GetFramePose

(
    FTransform& OutFramePose
)

Public function

bool

 

GetIntrinsicCalibrationParameters

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