[FYI] per.larsson
#ROBOMERGE-SOURCE: CL 13183978 via CL 13183983 via CL 13183986
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v688-13145358)
[CL 13183996 by bob tellez in Main branch]
#jira UE-92716
#rb none
#ROBOMERGE-SOURCE: CL 13178097 via CL 13178101 via CL 13178111 via CL 13178120
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v688-13145358)
[CL 13178136 by pj kack in Main branch]
- updated IoStoreWriter to encrypt blocks (not assets)
- updated automation scripts to pass relevant encryption commands to IoStore comandlet
- added encryption guid to container TOC header
- added encryption guid to container meta when loading/saving release information
- updated IoStore command to enable container local namemap when encryption is enabled
- updated IoDispatcher file backend to decrypt blocks
- added encryption key cache to FileIoStore
#rb CarlMagnus.Nordin, PJ.Kack
#ushell-cherrypick of 13032243 by Per.Larsson
#ROBOMERGE-SOURCE: CL 13167088 via CL 13167091 via CL 13167092 via CL 13167094
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v688-13145358)
[CL 13167097 by per larsson in Main branch]
#jira UE-92713
#rb none
#ROBOMERGE-SOURCE: CL 13148659 via CL 13148667 via CL 13148673 via CL 13148684
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v688-13145358)
[CL 13148693 by pj kack in Main branch]
#jira UE-92713
#rb none
#ROBOMERGE-SOURCE: CL 13147856 via CL 13147861 via CL 13147868 via CL 13147874
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v688-13145358)
[CL 13147878 by pj kack in Main branch]
1) First, parse all import tables to find the set of all referenced script packages (as a good approximation of which modules/script packages that are actually used for the target platform)
2) Then find and build import name lookup tables from all public non editoronly objects in memory in these packages.
3) Parse all export tables, to find all exports, and build import name lookup tables from all public exports.
4) Parse and validate all individual import entries in the import tables using the import name lookup tables from 2 & 3.
Dump all import and export data to/from the release version meta.
#rb per.larsson
#ushell-cherrypick of 13063212 by PJ.Kack
#ROBOMERGE-SOURCE: CL 13146983 via CL 13146985 via CL 13146986 via CL 13146988
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v688-13145358)
[CL 13146989 by pj kack in Main branch]
#rnx
#rb pj.kack
#ROBOMERGE-SOURCE: CL 13063857 via CL 13063859 via CL 13064689 via CL 13064763
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v686-13045012)
[CL 13064817 by carlmagnus nordin in Main branch]
Gracefully handle missing packages when building containers
#rb pj.kack
#jira none
#ushell-cherrypick of 11279757 by CarlMagnus.Nordin
#ushell-cherrypick of 11603403 by CarlMagnus.Nordin
[CL 12493322 by Per Larsson in Main branch]
#jira UE-89293
#rb none
#ROBOMERGE-SOURCE: CL 11894592 in //UE4/Release-4.25/... via CL 11894593
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v656-11643781)
[CL 11894595 by per larsson in Main branch]
Add post load arcs for all packages for now.
They are actually only required for circular packages and packages with external read dependencies (but these are currently only known in runtime).
#fyi paul.chipchase
#rb none
[CL 11114572 by PJ Kack in Dev-Core branch]
Changed the way we generate the FIoChunkId by reducing the chance of losing data when discarding the top byte of the BulkDataChunkId.
Add a log error if we find we have discarded data
#rb none
#rnx
[CL 11082720 by paul chipchase in Dev-Core branch]
Refactored to have access to the size of each chunk before the chunk is added to a container
Basic chunk ordering
Optional output of .csv container manifests
#rb none
[CL 11082359 by CarlMagnus Nordin in Dev-Core branch]