You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Ensure project name is correctly captured by crash context, set AppIdOverride, set ProjectID. Corresponding standalone build automation changes. #jira UE-225821 #rb jason.walter, jeremie.roy, wes.hunt #rnx [CL 37286992 by zach brockway in 5.5 branch]
19 lines
565 B
INI
19 lines
565 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
|
|
|
|
|
|
[Analytics]
|
|
AppIdOverride=LiveLinkHub
|