* Dumps can now be written to a file as well as the log, by specifying a filename via -DumpFile.
* Dumps are now sorted for better diffing.
* Dumps no longer trigger hang detection if they take a while to output.
[FYI] Leon.Huang
[CL 31924194 by jamie dale in ue5-main branch]
[FYI] Tim.Smith
Original CL Desc
-----------------------------------------------------------------
Improve the support for notification that UObjects have been registered. This includes the callback always being registered regardless of the target options.
#rb ben.zeigler
[CL 31917272 by tim smith in ue5-main branch]
- Update NoExportTypes.h to add missing units, and to correct the order of units that were already there. This was breaking serialization of entries missing from the mirrored enum in NoExportTypes.h
- Update the comment in UnitConversion.h to reference NoExportTypes.h instead of Object.h
- Make sure that EUnit in both UnitConversion.h and NoExportTypes.h match exactly, so they can be more easily diffed.
- Split some units onto their own lines, and neaten up the comments.
#rb elias.lozadabenavent
[CL 31902202 by nick edwards in ue5-main branch]
[FYI] yiliang.siew
Original CL Desc
-----------------------------------------------------------------
Exposes `AttendedStatusToString` and `AddCrashProperty` properly.
#rb Josh.Adams
[CL 31899304 by gary yuan in ue5-main branch]
- Fix use-after-free in both WaitForAnyTaskCompleted and UE::Tasks::WaitAny
#rnx
#jira UE-208191
#rb kevin.macaulayvacher
#tests Stress FTaskGraphWaitForAnyTask under ASAN/TSAN for both TASKGRAPH_NEW_FRONTEND on/off
[CL 31870683 by danny couture in ue5-main branch]
- Added optional SearchCase parameter to TStringView<>::Contains and TStringView<>::Find defaulted to ESearchCase::CaseSensitive for backward compatibility
#rb Devin.Doucette, JeanFrancois.Dube
[CL 31853222 by richard malo in ue5-main branch]
-Needs whole map in memory for proper computation
-Uses the currently implemented level streaming mechanism (streaming of highest detail bricks only, no dynamic stitching for correct filtering of bricks that switch neighboring levels)
-Contains a initial version of the static lighting builder for command line computation
#rb aleksander.netzel, JeanFrancois.Dube, Richard.Malo
#jira UE-194661
[CL 31814085 by dominic couture in ue5-main branch]
Extended UE::String::Find(First|Last)OfAny[Char] with an optional match index output parameter.
#rb Zousar.Shaker
[CL 31787743 by devin doucette in ue5-main branch]