Files
UnrealEngineUWP/Engine/Plugins/Experimental/HTML5Networking/HTML5Networking.uplugin
Alex Fennell d10f9953d9 Copying //UE4/Portal-Staging to //UE4/Dev-Main (Source: //UE4/Portal-Staging @ 3138637)
#lockdown Nick.Penwarden, justin.sargent
#rb None

[CL 3138769 by Alex Fennell in Main branch]
2016-09-23 17:31:51 -04:00

33 lines
622 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Experimental HTML5 Networking Plugin",
"Description" : "HTML5 Networking",
"Category" : "Misc",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "HTML5Networking",
"Type" : "Runtime",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Mac",
"Win32",
"Win64",
"HTML5"
]
}
]
}