Navigation
API > API/Runtime > API/Runtime/InputDevice
The public interface of the InputDeviceModule
| Name | IInputDeviceModule |
| Type | class |
| Header File | /Engine/Source/Runtime/InputDevice/Public/IInputDeviceModule.h |
| Include Path | #include "IInputDeviceModule.h" |
Syntax
class IInputDeviceModule :
public IModuleInterface,
public IModularFeature
Implements Interfaces
Derived Classes
IInputDeviceModule derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< class IInputDevice > CreateInputDevice
(
const TSharedRef< FGenericApplicationMessageHandler >& InMessageHandler |
Attempts to create a new input device with the given message handler. | IInputDeviceModule.h | |
virtual TSharedPtr< class IInputDevice > CreateInputDevice
(
const TSharedRef< FGenericApplicationMessageHandler >& InMessageHandler, |
Attempts to create a new input device interface with the specified input device creation parameters. | IInputDeviceModule.h | |
virtual void StartupModule() |
IInputDeviceModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IInputDeviceModule & Get() |
Singleton-like access to IInputDeviceModule | IInputDeviceModule.h | |
static FName GetModularFeatureName() |
IInputDeviceModule.h | ||
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IInputDeviceModule.h |