IWindowsMixedRealitySpatialInputPlugin

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IModularFeature

IInputDeviceModule

IWindowsMixedRealitySpatialInputPlugin

References

Module

WindowsMixedRealitySpatialInput

Header

/Engine/Plugins/Runtime/WindowsMixedReality/Source/WindowsMixedRealitySpatialInput/Public/IWindowsMixedRealitySpatialInputPlugin.h

Include

#include "IWindowsMixedRealitySpatialInputPlugin.h"

Syntax

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

IWindowsMixe...

 

Get()

Singleton-like access to this module's interface.

Public function

TSharedPtr< ...

 

GetInputDevice()

Returns the Windows Mixed Reality Spatial Input Device associated with this InputDeviceModule.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Overridden from IInputDeviceModule

Name Description

Public function

TSharedPtr< ...

 

CreateInputDevice

(
    const TSharedRef< FGenericApplicati...
)

Creates a Windows Mixed Reality Spatial Input device using default settings.

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