Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Found MIDIDevice' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Found MIDIDevice |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Device ID | The unique ID of this MIDI device |
| string | Device Name | The name of this device. This name comes from the MIDI hardware, and might not be unique |
| boolean | Can Receive From | True if the device supports sending events to us |
| boolean | Can Send To | True if the device supports receiving events from us |
| boolean | Is Already In Use | Whether the device is already in use. You might not want to create a controller for devices that are busy. Someone else could be using it. |
| boolean | Is Default Input Device | True if this is the default MIDI device for input on this system |
| boolean | Is Default Output Device | True if this is the default MIDI device for output on this system |