Do MIDI plugins work under Linux?

Hey,

I’m trying to make use of the MIDI Plugins of Unreal Engine 5 under Linux.

“MIDI Device Support”
“Remote Control Protocol MIDI”

I compiled the complete engine from source. I do have the plugins in the plugin browser. They are activated. They are being loaded (as seen in log console). But I can not find any of their functions inside the blueprint editor, or in the project settings.

Do these Plugins work under Linux? Or Am I doing something wrong?

Is platform compatibility for beta plugins documented anywhere? I can’t find anything.

You can usually look at the .uplugin itself to get an answer to this question, specifically both of these plugins only have Win64 and Mac in their ‘platform allow list’, so they don’t work anywhere else and can’t be used on other platforms.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.