Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocolMIDI
Inheritance Hierarchy
- IModuleInterface
- IRemoteControlProtocolMIDIModule
References
| Module | RemoteControlProtocolMIDI |
| Header | /Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/IRemoteControlProtocolMIDIModule.h |
| Include | #include "IRemoteControlProtocolMIDIModule.h" |
Syntax
class IRemoteControlProtocolMIDIModule : public IModuleInterface
Remarks
MIDI remote control module interface
Functions
| Type | Name | Description | |
|---|---|---|---|
| TFuture< TSharedPtr< TArray< FFoundMIDIDevice >, ESPMode::ThreadSafe > > | GetMIDIDevices
(
bool bRefresh |
Get MIDI devices asynchronously. If bRefresh is true, device info is flushed and re-initialized. | |
| FOnMIDIDevicesUpdated & | Get MIDI Devices Updated callback. | ||
| bool | Checks if MIDI devices are currently being refreshed/updated. |