Commit Graph

2 Commits

Author SHA1 Message Date
kirill zorin
b6ee3a6c64 Fix UE_LOG callsites that have format string-related UB
#rb trivial
#preflight 647107780a6634dbb236a0a6

[CL 25651638 by kirill zorin in ue5-main branch]
2023-05-26 15:52:39 -04:00
paul chipchase
fa35ec4043 Add a new console command 'ValidatePackagePayloads' as a quick way to check the status of payloads in a package.
#rb none
#jira none
#rnx
#preflight 646492502d446eac96a6fff9

- Each payload in the package is loaded or pulled and checked to make sure that it:
-- Could be accessed.
-- The hash stored in the FCompressedBuffer is the same as the original requested hash.
-- That the payload can be decompressed.
-- That the decompressed payload when hashed has the same hash as the original request.
- This should catch cases where the payload cannot be found or is corrupted in some way.

[CL 25503830 by paul chipchase in ue5-main branch]
2023-05-17 04:53:43 -04:00