Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'RegisteredDeviceInfo' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Registered Device Info |
Outputs
Type | Name | Description |
---|---|---|
integer | Handle | |
integer | Vendor ID | Integer representation of the vendor ID (e.g. 0xC262 = 49762) |
integer | Product ID | Integer representation of the product ID (e.g. 0xC262 = 49762) |
string | Device Name | Driver supplied device name |