Added a comment to clarify that TNonRelocatableInlineAllocator is itself non-trivially-relocatable, not that it's for non-trivially-relocatable elements.
#rb devin.doucette
[CL 35869531 by steve robb in ue5-main branch]
[FYI] Marc.Audy
Original CL Desc
-----------------------------------------------------------------
APawn 792 -> 784 bytes
ACharacter 1632 -> 1536 bytes (with 8 bytes padding that subclasses vtables will take)
Other character related tweaks
#rb dan.oconnor
[CL 35239051 by bob tellez in ue5-main branch]
ACharacter 1632 -> 1536 bytes (with 8 bytes padding that subclasses vtables will take)
Other character related tweaks
#rb dan.oconnor
[CL 35231749 by marc audy in ue5-main branch]
This allows the OS to page in areas of the file on demand.
The OS should be able to page it out when under memory pressure.
requires that the on-disk layout of the metalmap file matches the in-memory form.
for mapping to succeed metalmap files stored within pak files must not be compressed.
#rb adam.kinge, carl.lloyd, Chris.Babcock, Peter.Sauerbrei
[CL 35088932 by allan bentham in ue5-main branch]
#rb Paul.Chipchase
#jira UE-184176
#rnx
- This might have been required before the FArchiveBase refactor several years ago but I cannot think of any reason we need to keep this code so deleting it is probably better than updating it to template<typename> TIntRect
[CL 35080456 by RyengM in ue5-main branch]
Implementations have been effectively using the thread context and these changes make that the only available context.
#rb kevin.macaulayvacher
[CL 34011179 by devin doucette in ue5-main branch]
[FYI] Joe.Kirchoff
Original CL Desc
-----------------------------------------------------------------
Prevent clang analysis warnings for uninitialized data from FArchive derived readers
#rnx
[CL 32857977 by joe kirchoff in ue5-main branch]
#ushell-cherrypick of 32395474 by dan.engelbrecht
#rb Devin.Doucette
#jira UE-210439
[FYI] tim.doerries, Zousar.Shaker, Stefan.Boberg
[CL 32452554 by dan engelbrecht in ue5-main branch]
[Bugfix] Overrides are now read/set even for properties that no longer exist now. This way we can use them for loose properties on IDOs
#rb Maxime.Mercier
[CL 32196078 by jordan hoffmann in ue5-main branch]