IRemoteControlProtocolMIDIModule::GetMIDIDevices

Get MIDI devices asynchronously. If bRefresh is true, device info is flushed and re-initialized.

Choose your operating system:

Windows

macOS

Linux

References

Module

RemoteControlProtocolMIDI

Header

/Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/IRemoteControlProtocolMIDIModule.h

Include

#include "IRemoteControlProtocolMIDIModule.h"

Syntax

TFuture< TSharedPtr< TArray< FFoundMIDIDevice >, ESPMode::ThreadSafe > > GetMIDIDevices
(
    bool bRefresh
)

Remarks

Get MIDI devices asynchronously. If bRefresh is true, device info is flushed and re-initialized.