Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControlWebInterface/RemoteControlWebInterface.uplugin
Josh Adams b0e4357576 - UBT Code changes to remove 32-bit Windows support (C++ code for 32-bit still exists)
#rb marc.audy (concept, not each file)

[CL 15265424 by Josh Adams in ue5-main branch]
2021-01-31 15:09:58 -04:00

35 lines
745 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",
"Win64",
"Linux"
]
}
],
"Plugins": [
{
"Name": "RemoteControl",
"Enabled": true
}
]
}