Navigation
API > API/Plugins > API/Plugins/RawInput
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IInputDeviceModule
- FRawInputPlugin
References
| Module | RawInput |
| Header | /Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInput.h |
| Include | #include "RawInput.h" |
Syntax
class FRawInputPlugin : public IInputDeviceModule
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRawInputPlugin & | Get () |
||
| TSharedPtr< class IRawInput > & | |||
| bool | IsAvailable () |
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. |