Navigation
API > API/Plugins > API/Plugins/RawInput
References
| Module | RawInput |
| Header | /Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInputSettings.h |
| Include | #include "RawInputSettings.h" |
Syntax
USTRUCT&40;&41;
struct FRawInputDeviceConfiguration
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRawInputDeviceAxisProperties > | AxisProperties | ||
| TArray< FRawInputDeviceButtonProperties > | ButtonProperties | ||
| FString | ProductID | The hexadecimal product ID in string form (e.g. 0xC262). If this is empty, will match all products | |
| FString | VendorID | The hexadecimal vendor ID in string form (e.g. 0x046D). If this is empty, will match all vendors |
Constructors
| Type | Name | Description | |
|---|---|---|---|