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