Files
UnrealEngineUWP/Engine/Plugins/Editor/PluginBrowser/PluginBrowser.uplugin
dave belanger 30609f64ac Moved the core functionality of the Plugin Browser for creating and mounting a new plugin into a new PluginUtils plugin.
#rb Rex.Hill

#ROBOMERGE-SOURCE: CL 13032255 via CL 13032257 via CL 13032260
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13032261 by dave belanger in Main branch]
2020-04-24 08:21:09 -04:00

31 lines
657 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Plugin Browser",
"Description" : "User interface for managing installed plugins and creating new ones.",
"Category" : "Editor",
"CreatedBy" : "Epic Games, Inc. and Karol Szyszka",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "PluginBrowser",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
],
"Plugins": [
{
"Name": "PluginUtils",
"Enabled": true
}
]
}