Files
UnrealEngine/Engine/Plugins/Experimental/PluginAudit/PluginAudit.uplugin
2025-05-18 13:04:45 +08:00

40 lines
738 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Plugin Audit",
"Description" : "Editor plugin for auditing plugin connectivity.",
"Category" : "Editor",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name": "PluginAudit",
"Type": "Editor",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "GameFeatures",
"Enabled": true
},
{
"Name": "AssetManagerEditor",
"Enabled": true
},
{
"Name": "PluginReferenceViewer",
"Enabled": true
}
]
}