Navigation
API > API/Runtime > API/Runtime/InputDevice > API/Runtime/InputDevice/IInputDeviceModule > API/Runtime/InputDevice/IInputDeviceModule/CreateInputDevice
References
| Module | InputDevice |
| Header | /Engine/Source/Runtime/InputDevice/Public/IInputDeviceModule.h |
| Include | #include "IInputDeviceModule.h" |
TSharedPtr< class IInputDevice > CreateInputDevice
(
const TSharedRef< FGenericApplicationMessageHandler > & InMessageHandler
)
Remarks
Attempts to create a new input device with the given message handler. This version will eventually be deprecated and users should migrate to the new version with an additional parameters struct. Interface to the new input device, if we were able to successfully create one