Files
UnrealEngineUWP/Engine/Plugins/Runtime/WebBrowserWidget/WebBrowserWidget.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
658 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Web Browser",
"Description" : "Allows the user to create a Web Browser Widget",
"Category" : "Widgets",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "WebBrowserWidget",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"WhitelistPlatforms" :
[
"Win64",
"Mac",
"Linux",
"Android",
"IOS",
"PS4"
]
}
]
}