Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControl/RemoteControl.uplugin
patrick boutot 4c74e0ee61 Update the RemoteControl.upluing description. Add an icon for the plugin.
#jira UE-78923
[FYI] andy.blondin
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 8061184 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v400-8057353)

[CL 8061186 by patrick boutot in Main branch]
2019-08-15 11:39:17 -04:00

31 lines
840 B
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 thru HTTP requests. This functionality allows developers to control Unreal thru 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": [
],
"Modules": [
{
"Name": "RemoteControl",
"Type": "Developer",
"LoadingPhase": "Default"
},
{
"Name": "WebRemoteControl",
"Type": "Developer",
"LoadingPhase": "Default"
}
]
}