Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControl/RemoteControl.uplugin
Marc Audy 0cbbc781ca Merge UE5/Release-Engine-Staging @ 15740152 to UE5/Main
This represents UE4/Main @ 15709114

[CL 15740605 by Marc Audy in ue5-main branch]
2021-03-18 15:20:03 -04:00

54 lines
1.2 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": true,
"IsBetaVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "WebSocketNetworking",
"Enabled": true
}
],
"Modules": [
{
"Name": "RemoteControl",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "WebRemoteControl",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Mac",
"Win64",
"Linux"
]
},
{
"Name": "RemoteControlUI",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "RemoteControlEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "RemoteControlProtocol",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}