You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-223059 #rb jason.walter, jeremie.roy #rnx [CL 36313421 by zach brockway in 5.5 branch]
15 lines
525 B
INI
15 lines
525 B
INI
[EditorSettings]
|
|
; We don't allow creating new plugins.
|
|
bCanCreatePluginsFromBrowser=false
|
|
; We don't allow toggling individual plugins.
|
|
bCanModifyPluginsFromBrowser=false
|
|
|
|
; We allow modifying user plugin paths...
|
|
bCanModifyUserPluginDirectoriesFromBrowser=true
|
|
; ...but not paths stored in the .uproject descriptor.
|
|
bCanModifyProjectPluginDirectoriesFromBrowser=false
|
|
|
|
; Hide plugins that aren't "Installed" or "External" to cut down on noise.
|
|
+HidePluginCategoriesFromBrowser=All
|
|
+HidePluginCategoriesFromBrowser=Built-In
|