#rb none
#rnx
#robomerge EngineMerge
#preflight
- Bulkdata2 has an error at runtime to catch the use of ::Realloc on bulkdata objects that represented a payload on disk, when this was merged with the original bulkdata code we should've removed the check from the editor.
- Note: That calling realloc on a bulkdata instance that still represents a payload on disk can have some weird effects as ::realloc will change the size, but not detach the bulkdata, so if we do try to later load it off disk, the size value will not match anymore. In the older code we would have a "SizeOnDisk" member that would still allow us to safely load the payload off disk, but then the payload and the size that we return will still be mismatched.
-- I will add a jira for further work on this, it is likely that calling ::Realloc will in future detach the bulkdata from disk to prevent potential problems in the future.
[CL 20872302 by paul chipchase in ue5-main branch]
#fyi andriy.tylychko
Original CL Desc
-----------------------------------------------------------------
[Backout] - CL20829812
Original CL Desc
-----------------------------------------------------------------
switched from TQueue<Mpsc> to TMpscQueue because it's a faster and modern version, and TSAN doesn't complain about it
#preflight 62b9a92dd0434894cac70823
#preflight 62bc1bbe30036d0db958fdf2
[CL 20871952 by andriy tylychko in ue5-main branch]
- added functionality to allow to use property binding to get pointer to another struct property
- converted mass smart object and movement tasks to use struct ref
#jira none
#robomerge EngineMerge
#rb Yoan.StAmant
#preflight 62bc0d51e353c20ac23fbf39
[CL 20871790 by mikko mononen in ue5-main branch]
The aniso value is converted into an opacity with an abs() function.
#rb none
#jira UE-156957
#preflight shader
#fyi sebastien.hillaire
[CL 20871749 by Charles deRousiers in ue5-main branch]
#rb philippe.deseve
#preflight 62bb16461879a286b8952aa6
#ROBOMERGE-AUTHOR: richard.malo
#ROBOMERGE-SOURCE: CL 20860021 via CL 20860033 via CL 20860044
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v971-20777995)
[CL 20870349 by richard malo in ue5-main branch]
#jira UE-157503 - Add a tooltip for the 'checked out' icons displayed in the scene outliner
#rb Paul.Chipchase
#preflight 62b4cf2a375465af63503bf3
#ROBOMERGE-AUTHOR: patrick.laflamme
#ROBOMERGE-SOURCE: CL 20857566 via CL 20857615 via CL 20857637
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v971-20777995)
[CL 20870268 by patrick laflamme in ue5-main branch]