You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[FYI] Josh.Adams Original CL Desc ----------------------------------------------------------------- - Deprecated GetSectionPrivate and FindOrAddSection, and accessors in FConfigFile that could return a non-const FConfigSection (this is so we can track modifications to config values) - Added AddToSection, RemoveKeyFromSection, etc to replace directly accessing a FConfigSection - Fixed up Epic code for the deprecations (at least the majority, some projects that aren't built by Horde presubmit may have some that we will address going forward) #jira UE-194955 #rb david.harvey and various others [CL 27745141 by stan hormell in ue5-main branch]