Files
UnrealEngineUWP/Engine/Plugins/Runtime/HTTPChunkInstaller/HTTPChunkInstaller.uplugin
Nick Shin 146373c7ea HTTPChunkInstaller plugin - disabled for HTML5
#jira UE-46294  Launching on HTML 5 causes an expression fail
#rnx
#rb none

[CL 3524205 by Nick Shin in Staging-4.17 branch]
2017-07-06 09:32:16 -04:00

31 lines
617 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "HTTP Chunk Installer",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Implements a streaming install client",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EnabledByDefault" : false,
"Modules": [
{
"Name": "HTTPChunkInstaller",
"Type": "Runtime",
"LoadingPhase" : "PostConfigInit",
"BlacklistPlatforms" :
[
"HTML5"
]
}
],
"LocalizationTargets": [
{
"Name": "HTTPChunkInstaller",
"LoadingPolicy": "Always"
}
]
}