You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb dan.oconnor, wouter.burgers #jira UE-221266 - Previously we only saved the settings when the editor shutdown or an unrelated full flush of the config file system was triggered elsewhere. People often found this confusing as they would set up their editor with a revision control setting only to find that it was no longer set if the editor process crashed or was terminated by a code debugger etc./ - Now we immediately flush our settings to disk once the user has accepted the new settings or opted to disable revision control entirely. - Fixed SOURCE_CONTROL_WITH_SLATE to cover the entire .cpp and .h file, none of the code that was outside of these pre-existing scopes is required when SOURCE_CONTROL_WITH_SLATE == 0. [CL 35559000 by paul chipchase in ue5-main branch]