Navigation
API > API/Plugins > API/Plugins/MIDIDevice
| |
|
| Name |
UMIDIDeviceController |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceController.h |
| Include Path |
#include "MIDIDeviceController.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMIDIDeviceController : public UMIDIDeviceControllerBase
Inheritance Hierarchy
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~UMIDIDeviceController()
|
Destructor that shuts down the device if it's still in use |
MIDIDeviceController.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnMIDIEvent |
FOnMIDIEvent |
Register with this to find out about incoming MIDI events from this device |
MIDIDeviceController.h |
- BlueprintAssignable
- Category="MIDI Device Controller"
|
Functions