Break FoundMIDIDevice

Break FoundMIDIDevice

Windows
MacOS
Linux

Adds a node that breaks a 'FoundMIDIDevice' into its member fields

Break FoundMIDIDevice
Found MIDIDevice
Device ID
0
Device Name
Can Receive From
Can Send To
Is Already In Use
Is Default Input Device
Is Default Output Device

Inputs

Found MIDIDevice
Found MIDIDevice Structure (by ref)

Outputs

Device ID
Integer

The unique ID of this MIDI device

Device Name
String

The name of this device. This name comes from the MIDI hardware, and might not be unique

Can Receive From
Boolean

True if the device supports sending events to us

Can Send To
Boolean

True if the device supports receiving events from us

Is Already In Use
Boolean

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.

Is Default Input Device
Boolean

True if this is the default MIDI device for input on this system

Is Default Output Device
Boolean

True if this is the default MIDI device for output on this system

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss