Files
UnrealEngineUWP/Engine/Source/Programs/LiveLinkHubEditor/Config/DefaultEditor.ini
zach brockway cef100bbcc LiveLink Hub: Add Plugin Browser and LiveLinkXR support. Also adds automation testing, slate reflector, and live coding.
#jira UE-196216, UE-215197
#rb jason.walter

[CL 35779761 by zach brockway in ue5-main branch]
2024-08-23 15:05:00 -04:00

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