You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Added system to only save config sections, to user Saved/Config files, that are opted in - Currently disabled, allowing people to test locally by setting a bool in Base.ini (affects all hierarchical configs) #rb gwennael.arbona [CL 27589933 by josh adams in ue5-main branch]
6 lines
102 B
INI
6 lines
102 B
INI
; Base.ini is required to exist
|
|
|
|
[SectionsToSave]
|
|
bCanSaveAllSections=true
|
|
+Section=CurrentIniVersion
|