Navigation
API > API/Plugins > API/Plugins/RawInput
Inheritance Hierarchy
- UDeveloperSettings
- URawInputSettings
References
| Module | RawInput |
| Header | /Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInputSettings.h |
| Include | #include "RawInputSettings.h" |
Syntax
UCLASS (Config=Input, defaultconfig)
class URawInputSettings : public UDeveloperSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRegisterDefaultDevice | Whether the plugin should try to register a default device to handle generic gamepads and joysticks | |
| TArray< FRawInputDeviceConfiguration > | DeviceConfigurations | List of bindings to apply based on Vendor and Product Id, these are applied in order. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FText | |||
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |