You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This represents UE4/Main @ 16579691 and Dev-PerfTest @ 16579576 [CL 16625248 by aurel cordonnier in ue5-main branch]
63 lines
1.4 KiB
Plaintext
63 lines
1.4 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
|
|
},
|
|
{
|
|
"Name": "RemoteControlInterception",
|
|
"Enabled": true
|
|
}
|
|
],
|
|
"Modules": [
|
|
{
|
|
"Name": "RemoteControl",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "WebRemoteControl",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default",
|
|
"WhitelistPlatforms": [
|
|
"Mac",
|
|
"Win64",
|
|
"Linux"
|
|
]
|
|
},
|
|
{
|
|
"Name": "RemoteControlCommon",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "RemoteControlUI",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "RemoteControlProtocol",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "RemoteControlProtocolWidgets",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
]
|
|
} |