IMagicLeapLightEstimationPlugin

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMagicLeapLightEstimationPlugin

References

Module

MagicLeapLightEstimation

Header

/Engine/Plugins/Lumin/MagicLeapLightEstimation/Source/MagicLeapLightEstimation/Public/IMagicLeapLightEstimationPlugin.h

Include

#include "IMagicLeapLightEstimationPlugin.h"

Syntax

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

 

CreateTracker()

Create a light estimation tracker.

Public function

void

 

DestroyTracker()

Destroy a light estimation tracker.

Public function Static

IMagicLeapLi...

 

Get()

Singleton-like access to this module's interface.

Public function Const

bool

 

GetAmbientGlobalState

Gets information about the ambient light sensor global state.

Public function Const

bool

 

GetColorTemperatureState

Gets information about the color temperature state.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function Const

bool

 

IsTrackerValid()

Check if a light estimation tracker has already been created.

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