IWindowsMixedRealitySpatialInputPlugin::CreateInputDevice

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

Windows
MacOS
Linux

Override Hierarchy

IInputDeviceModule::CreateInputDevice()

IWindowsMixedRealitySpatialInputPlugin::CreateInputDevice()

References

Module

WindowsMixedRealitySpatialInput

Header

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

Include

#include "IWindowsMixedRealitySpatialInputPlugin.h"

Syntax

TSharedPtr< class IInputDevice > CreateInputDevice
(
    const TSharedRef< FGenericApplicationMessageHandler > & InMessageHandler
)

Remarks

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

Parameters

Parameter

Description

InMessageHandler

Message handler used to send controller messages.

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