Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControl/RemoteControl.uplugin
Marc Audy a7f9391231 Merge UE5/Release-Engine-Staging @ 14811410 to UE5/Main
This represents UE4/Main @ 14768117

For ReleaseObjectVersion.h
#lockdown Marcus.Wassmer

[CL 14811440 by Marc Audy in ue5-main branch]
2020-11-24 18:42:39 -04:00

45 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Remote Control API",
"Description": "A suite of tools for controlling the Unreal Engine, both in Editor or at Runtime via a webserver. This allows users to control Unreal Engine remotely through HTTP or WebSockets requests. This functionality allows developers to control Unreal through 3rd party applications and web services.",
"Category": "Messaging",
"CreatedBy": "Epic Games Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "WebSocketNetworking",
"Enabled": true
}
],
"Modules": [
{
"Name": "RemoteControl",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "WebRemoteControl",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Mac",
"Win32",
"Win64",
"Linux"
]
},
{
"Name": "RemoteControlUI",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}