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 UMIDIDeviceOutputController &42; CreateMIDIDeviceOutputController
&40;
const int32 DeviceID
&41;
Remarks
Creates an instance of a MIDI output device controller that can be used to interact with a connected MIDI device If everything goes okay, a valid MIDI device controller object will be returned. If anything goes wrong, a null reference will be returned.
Parameters
Name | Description |
---|---|
DeviceID | The ID of the MIDI device you want to talk to. Call "Find MIDI Devices" to enumerate the available devices. |