Files
UnrealEngineUWP/Engine/Plugins/Runtime/WebBrowserWidget/WebBrowserWidget.uplugin
2015-05-14 15:17:38 -04:00

28 lines
575 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": "",
"Modules": [
{
"Name": "WebBrowserWidget",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac"
]
}
],
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false
}