Navigation
Unreal Engine C++ API Reference > Plugins > MIDIDevice > UMIDIDeviceController
- UMIDIDeviceControllerBase::ProcessIncomingMIDIEvents()
- UMIDIDeviceController::ProcessIncomingMIDIEvents()
References
Module | MIDIDevice |
Header | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceController.h |
Include | #include "MIDIDeviceController.h" |
Source | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Private/MIDIDeviceController.cpp |
virtual void ProcessIncomingMIDIEvents&40;&41;
Remarks
Called every frame by UMIDIDeviceManager to poll for new MIDI events and broadcast them out to subscribers of OnMIDIEvent. Don't call this directly.