FRawInputPlugin::CreateInputDevice

Attempts to create a new head tracking device interface

Windows
MacOS
Linux

Override Hierarchy

IInputDeviceModule::CreateInputDevice()

FRawInputPlugin::CreateInputDevice()

References

Module

RawInput

Header

/Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInput.h

Include

#include "RawInput.h"

Source

/Engine/Plugins/Experimental/RawInput/Source/RawInput/Private/RawInput.cpp

Syntax

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

Remarks

Attempts to create a new head tracking device interface

Returns

Interface to the new head tracking device, if we were able to successfully create one

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