Files
UnrealEngineUWP/Engine/Plugins/Developer/PluginUtils/PluginUtils.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

25 lines
541 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Plugin Utilities",
"Description": "Helpers to create and edit plugins. Used by Plugin Browser.",
"Category": "Programming",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "PluginUtils",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}