Navigation
API > API/Runtime > API/Runtime/InputDevice
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IInputDeviceModule
- FRawInputPlugin
- IOpenXRHandTrackingModule
- IOpenXRInputPlugin
- IOpenXRViveTrackerModule
- IPixelStreamingInputModule
- IPixWinPlugin
- 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 head tracking device interface | |
| IInputDeviceModule & | Get () |
Singleton-like access to IInputDeviceModule | |
| FName | |||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. |