Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Registered Device Info' 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 |