UMIDIDeviceController::ProcessIncomingMIDIEvents

Called every frame by [UMIDIDeviceManager](API\Plugins\MIDIDevice\UMIDIDeviceManager) to poll for new MIDI events and broadcast them out to subscribers of OnMIDIEvent.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void ProcessIncomingMIDIEvents()

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.

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