Navigation
API > API/Runtime > API/Runtime/InputDevice
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IInputDeviceModule
- FRawInputPlugin
- IOpenXRHandTrackingModule
- IOpenXRInputPlugin
- IOpenXRViveTrackerModule
- IPixelStreamingInputModule
- IPixWinPlugin
- IRenderDocPlugin
- ISteamControllerPlugin
References
| Module | InputDevice |
| Header | /Engine/Source/Runtime/InputDevice/Public/IInputDeviceModule.h |
| Include | #include "IInputDeviceModule.h" |
Syntax
class IInputDeviceModule :
public IModuleInterface,
public IModularFeature
Remarks
The public interface of the InputDeviceModule
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class IInputDevice > | CreateInputDevice
(
const TSharedRef< FGenericApplicationMessageHandler >& InMessageHandler |
Attempts to create a new input device with the given message handler. | |
| TSharedPtr< class IInputDevice > | CreateInputDevice
(
const TSharedRef< FGenericApplicationMessageHandler >& InMessageHandler, |
Attempts to create a new input device interface with the specified input device creation parameters. | |
| IInputDeviceModule & | Get () |
Singleton-like access to IInputDeviceModule | |
| FName | |||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| void |