Modified engine editor not displaying plugins

For some reason in the editor drop down menu there is no plugin option. In my other engines there are plugins, and in the engine folder there are plugins it’s just not showing up in the editor

Did you accidently disable the “Plugin Manager” plugin?

No I didn’t and it’s still in the engine plugin folder

Bethca did.

Add this to the .uproject file in the appropriatte place:



		{
			"Name": "PluginManager",
			"Enabled": true
		},