Navigation
API > API/Plugins > API/Plugins/RawInput
References
| Module | RawInput |
| Header | /Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInputFunctionLibrary.h |
| Include | #include "RawInputFunctionLibrary.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRegisteredDeviceInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DeviceName | Driver supplied device name. | |
| int32 | Handle | ||
| int32 | ProductID | Integer representation of the product ID (e.g. 0xC262 = 49762) | |
| int32 | VendorID | Integer representation of the vendor ID (e.g. 0xC262 = 49762) |