Navigation
API > API/Plugins > API/Plugins/MIDIDevice
| Name | FMIDIDeviceInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceManager.h |
| Include Path | #include "MIDIDeviceManager.h" |
Syntax
USTRUCT (BlueprintType )
struct FMIDIDeviceInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsAlreadyInUse | bool | Whether the device is already in use. | MIDIDeviceManager.h |
|
| bIsDefaultDevice | bool | True if this is the default MIDI device for input on this system | MIDIDeviceManager.h |
|
| DeviceID | int32 | The unique ID of this MIDI device | MIDIDeviceManager.h |
|
| DeviceName | FString | The name of this device. This name comes from the MIDI hardware, any might not be unique | MIDIDeviceManager.h |
|