Files
UnrealEngineUWP/Engine/Source/Developer/SourceControl
paul chipchase 4757e2d444 The 'Revision Control Login' dialog will now immedately save revision control settings to disk when either 'accept' or 'disable' buttons are selected.
#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]
2024-08-15 06:15:26 -04:00
..