Files
UnrealEngine/Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/RemoteControlProtocolMIDI.uplugin
2025-05-18 13:04:45 +08:00

46 lines
875 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Remote Control Protocol MIDI",
"Description": "Allows interactions between MIDI and RemoteControl API.",
"Category": "Messaging",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "RemoteControlProtocolMIDI",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac"
]
},
{
"Name": "RemoteControlProtocolMIDIEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac"
]
}
],
"Plugins": [
{
"Name": "RemoteControl",
"Enabled": true
},
{
"Name": "MIDIDevice",
"Enabled": true
}
]
}