Navigation
API > API/Plugins > API/Plugins/MIDIDevice > API/Plugins/MIDIDevice/UMIDIDeviceManager
Description
Retrieves the default MIDI output device ID. Call "Find All MIDI Device Info" beforehand to enumerate the available input devices.
| Name | GetDefaultMIDIOutputDeviceID |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceManager.h |
| Include Path | #include "MIDIDeviceManager.h" |
| Source | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Private/MIDIDeviceManager.cpp |
UFUNCTION (BlueprintCallable, Category="MIDI Device Manager")
static void GetDefaultMIDIOutputDeviceID
(
int32 & DeviceID
)
Parameters
| Name | Remarks |
|---|---|
| DeviceID | The Device ID of the MIDI output device with that name. |