Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControlWebInterface/RemoteControlWebInterface.uplugin
Marc Audy ada7c144fa Merge //UE5/Release-Engine-Staging @14903491 to //UE5/Main
[CL 14906022 by Marc Audy in ue5-main branch]
2020-12-11 14:21:20 -04:00

36 lines
758 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Remote Control Web Interface",
"Description": "Provides a web interface to control unreal engine via presets, requires nodejs to be installed",
"Category": "Messaging",
"CreatedBy": "Epic Games Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RemoteControlWebInterface",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Mac",
"Win32",
"Win64",
"Linux"
]
}
],
"Plugins": [
{
"Name": "RemoteControl",
"Enabled": true
}
]
}