UMIDIDeviceManager::ProcessMIDIEvents

Called every frame to look for any new MIDI events that were received, and routes those events to subscribers.

Windows
MacOS
Linux

References

Module

MIDIDevice

Header

/Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceManager.h

Include

#include "MIDIDeviceManager.h"

Syntax

static void ProcessMIDIEvents()

Remarks

Called every frame to look for any new MIDI events that were received, and routes those events to subscribers. Don't call this yourself. It will be called by FMIDIDeviceModule::Tick().

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