IMagicLeapHandTrackingPlugin

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IModularFeature

IInputDeviceModule

IMagicLeapHandTrackingPlugin

References

Module

MagicLeapHandTracking

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapHandTracking/Public/IMagicLeapHandTrackingPlugin.h

Include

#include "IMagicLeapHandTrackingPlugin.h"

Syntax

class IMagicLeapHandTrackingPlugin : public IInputDeviceModule

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

IMagicLeapHa...

 

Get()

Singleton-like access to this module's interface.

Public function

TSharedPtr< ...

 

GetInputDevice()

Returns the Input Device associated with this InputDeviceModule.

Public function

TSharedPtr< ...

 

GetLiveLinkSource()

Returns the LiveLinkSource associated with this MagicLeapHandTrackingPlugin.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function Const

bool

 

IsInputDeviceValid()

Check the Input Device has been created.

Public function Const

bool

 

IsLiveLinkSourceValid()

Checks if the LiveLinkSource as 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