IRemoteControlProtocolMIDIModule

MIDI remote control module interface

Windows
MacOS
Linux

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

Name Description

Public function

TFuture< TSh...

 

GetMIDIDevices

(
    bool bRefresh
)

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

Public function

FOnMIDIDevic...

 

GetOnMIDIDevicesUpdated()

Get MIDI Devices Updated callback.

Public function Const

bool

 

IsUpdatingDevices()

Checks if MIDI devices are currently being refreshed/updated.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss