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