Last active
March 23, 2025 12:20
-
-
Save MilkyEngineer/a1e953f87509877adc4587cf8776c8a2 to your computer and use it in GitHub Desktop.
Minimal project descriptor that "Disables Engine Plugins by Default" for Unreal Engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"FileVersion": 3, | |
"EngineAssociation": "5.2", | |
"Description": "Minimum viable plugin dependencies for a usable Unreal Engine project", | |
"DisableEnginePluginsByDefault": true, | |
"Plugins": [ | |
{ | |
"Name": "PluginBrowser", | |
"Enabled": true | |
}, | |
{ | |
"Name": "EngineAssetDefinitions", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ContentBrowserFileDataSource", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ContentBrowserAssetDataSource", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ContentBrowserClassDataSource", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ContentBrowserAliasDataSource", | |
"Enabled": true | |
}, | |
{ | |
"Name": "PropertyAccessNode", | |
"Enabled": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FWIW minimum required for Mac on 5.3