Navigation
API > API/Plugins > API/Plugins/RawInput
| Name | FRawInputPlugin |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInput.h |
| Include Path | #include "RawInput.h" |
Syntax
class FRawInputPlugin : public IInputDeviceModule
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RawInputDevice | TSharedPtr< class IRawInput > | RawInput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< class IRawInput > & GetRawInputDevice() |
RawInput.h | ||
virtual void StartupModule() |
RawInput.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRawInputPlugin & Get() |
RawInput.h | ||
static bool IsAvailable() |
RawInput.h |