It's a in between the default for a project and the one user add to is local configs.
Added a way to register a search directory before editor config subsystem is initialized. This usefull if you need to add a search directory before a editor config could be read.
#rb Benoit.Deschenes
[CL 26181271 by julien stjean in 5.3 branch]
This was caused by a logic error, whereby a new thread was spawned 3 seconds after the save was enqueued and then every frame thereafter regardless of whether or not one had been created. We now use EAsyncExecution::TaskGraph as well.
[REVIEW] [at]danny.couture, [at]devin.doucette
#rnx
[CL 22888566 by sebastian nordgren in ue5-main branch]
Async() could complete before the result of the call was assigned to the FPendingSave::WasSuccess variable, which would cause OnSaveCompleted() to remove the entry and then immediately after assign to the newly deleted memory. We now remove all completed saves in Tick().
#jira UE-1644780
[REVIEW] [at]paul.chipchase
#preflight 635a9b1f7515720a5f6b3dfd
[CL 22812050 by sebastian nordgren in ue5-main branch]
#preflight skip
#ROBOMERGE-AUTHOR: rex.hill
#ROBOMERGE-SOURCE: CL 21341680 via CL 21344202 via CL 21344415 via CL 21344601
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)
[CL 21346102 by rex hill in ue5-main branch]
#rb sebatian.nordgren
#ROBOMERGE-OWNER: jason.stasik
#ROBOMERGE-AUTHOR: jason.stasik
#ROBOMERGE-SOURCE: CL 18795736 via CL 18797126 via CL 18803326 via CL 18803348 via CL 18803356 via CL 18804424 via CL 18821688
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)
[CL 18822076 by jason stasik in ue5-main branch]
The Favorites category is now always visible, and displays a note about how to add properties there when empty.
#rb chris.gagnon
#jira UETOOL-2769
[CL 15208242 by sebastian nordgren in ue5-main branch]