Files
UnrealEngineUWP/Engine/Plugins/Experimental/BackChannel/BackChannel.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

22 lines
525 B
Plaintext

{
"FileVersion": 3,
"FriendlyName": "BackChannel",
"Version": 1.0,
"VersionName": "1",
"Description": "BackChannel is an experimetal plugin that allows external tools and apps to query for and push data into a running Unreal session.",
"Category": "Experimental",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"EnabledByDefault": true,
"Modules": [
{
"Name": "BackChannel",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "Default",
"BlacklistPlatforms": [
]
}
]
}