Files
UnrealEngineUWP/Engine/Plugins/Experimental/RemoteSession/RemoteSession.uplugin
Nick Shin 08c40b7f78 HTML5 - remove more HTML5 targets -- this time, from uplugins
tested by packaging for desktop and HTML5

#jira UEMOB-482  HTML5 as a platform extension
#rn
#rb none
#fyi josh.adams

[CL 9542570 by Nick Shin in Main branch]
2019-10-10 17:17:01 -04:00

51 lines
972 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "RemoteSession",
"Description": "A plugin for Unreal that allows one instance to act as a thin-client (rendering and input) to a second instance",
"Category": "Experimental",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "RemoteSession",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"BlacklistPlatforms": [
"TVOS"
]
},
{
"Name": "RemoteSessionEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"BlacklistPlatforms": [
"TVOS"
]
}
],
"Plugins": [
{
"Name": "BackChannel",
"Enabled": true
},
{
"Name": "AppleImageUtils",
"Enabled": true
},
{
"Name": "MediaIOFramework",
"Enabled": true
},
]
}