What happened? The FSuppressableWarningDialog::ShowModal() function returns SUPPRESSED if the dialog is not shown. This should be treated the same as CONFIRM (in most cases) but it was treated the same as CANCEL.
#rb Marco.Anastasi
#rnx
[CL 30527635 by wouter burgers in ue5-main branch]
Now that the interval at which the project directory is updated is increased from 1s to 60s, a race condition exists where a user is working in project A for 30+ minutes, then quickly switches to project B and quickly triggers a save and is shown the toast because the ProjectActivationTime wasn't updated yet to project B.
#rb Manuel.Lang
#rnx
[CL 29955749 by wouter burgers in ue5-main branch]
Why? Because we've found that some users, event with URC turned on by default, don't utilize revision control by checking in changes, and in rare cases lose work they were expecting to be backed up.
#rb manuel.lang, dave.belanger, marco.anastasi
#rnx
[CL 27785932 by wouter burgers in ue5-main branch]