Files
UnrealEngineUWP/Engine/Config/PluginBase.ini
josh adams d932672eef - Made EditorSettings.ini and EditorLayout.ini be fully saved, instead of needing per-section overrides (Editor.ini is setill per-section controlled)
- Added BasePlugin.ini (plugin .ini files now use that instead of Base.ini) so that plugin .ini's are fully saved, but a plugin can override it in the plugin's Default .ini file
#rb Brian.White

[CL 29486326 by josh adams in ue5-main branch]
2023-11-06 08:55:24 -05:00

9 lines
348 B
INI

; Unlike normal config files like Engine, etc, Plugins defaults to saving everything
; There are usually far fewer sections, and old plugins that aren't updated will
; still work. See Base.ini for more info
[SectionsToSave]
bCanSaveAllSections=true
; always save this, even if a plugin sets bCanSaveAllSections to false
+Section=CurrentIniVersion