Navigation
Unreal Engine C++ API Reference > Plugins > MIDIDevice > UMIDIDeviceManager
References
Module | MIDIDevice |
Header | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceManager.h |
Include | #include "MIDIDeviceManager.h" |
Source | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Private/MIDIDeviceManager.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"MIDI Device Manager"&41;
static void GetDefaultMIDIInputDeviceID
&40;
int32 & DeviceID
&41;
Remarks
Retrieves the default MIDI input device ID. Call "Find All MIDI Device Info" beforehand to enumerate the available input devices.
Parameters
Name | Description |
---|---|
DeviceID | The Device ID of the MIDI input device with that name. |