This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fa22085f64f5238df0fdf356894dabbbe42e2e26
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
IoStoreUtilities
/
Private
History
zousar shaker
670ff52d9d
Build fixes (compile shipping, and cook if zenserver not running) for last submission.
...
[CL 35465110 by zousar shaker in ue5-main branch]
2024-08-12 16:11:37 -04:00
..
CookArtifactReaderCommon.cpp
Introduce an interface (ICookArtifactReader) for reading data back from a package store used at cook time, with implementations to either read artifacts from zen (if not present on the filesystem), or read artifacts from the filesystem alone. Also ensured that the reader is used in the places that currently expect to read data for incremental cook. Specifically:
2024-08-12 14:45:14 -04:00
CookedPackageStore.cpp
Ensure asset registry and cook metadata read and write-back functionality works when operating on an imported zen snapshot.
2024-06-26 10:28:38 -04:00
CookMetadataFiles.cpp
Ensure asset registry and cook metadata read and write-back functionality works when operating on an imported zen snapshot.
2024-06-26 10:28:38 -04:00
CookMetadataFiles.h
Ensure asset registry and cook metadata read and write-back functionality works when operating on an imported zen snapshot.
2024-06-26 10:28:38 -04:00
IoStoreLooseFiles.cpp
UnrealPak: Convert IoStore from old TaskGraph API to the new UE::Tasks API.
2024-06-07 02:41:24 -04:00
IoStoreLooseFiles.h
…
IoStoreUtilities.cpp
Introduce an interface (ICookArtifactReader) for reading data back from a package store used at cook time, with implementations to either read artifacts from zen (if not present on the filesystem), or read artifacts from the filesystem alone. Also ensured that the reader is used in the places that currently expect to read data for incremental cook. Specifically:
2024-08-12 14:45:14 -04:00
IoStoreWriter.cpp
Fix an issue where incorrect data could be pushed to the DDC during compression for container files.
2024-07-29 05:13:54 -04:00
IoStoreWriter.h
UnrealPak: Implement DDC2 async API for iostore compression.
2024-06-18 01:30:02 -04:00
LayeredCookArtifactReader.cpp
Introduce an interface (ICookArtifactReader) for reading data back from a package store used at cook time, with implementations to either read artifacts from zen (if not present on the filesystem), or read artifacts from the filesystem alone. Also ensured that the reader is used in the places that currently expect to read data for incremental cook. Specifically:
2024-08-12 14:45:14 -04:00
LooseFilesCookArtifactReader.cpp
Introduce an interface (ICookArtifactReader) for reading data back from a package store used at cook time, with implementations to either read artifacts from zen (if not present on the filesystem), or read artifacts from the filesystem alone. Also ensured that the reader is used in the places that currently expect to read data for incremental cook. Specifically:
2024-08-12 14:45:14 -04:00
PackageStoreOptimizer.cpp
Added option -CookSoftPackageReferences to save soft package references when cooking
2024-06-19 12:16:51 -04:00
ZenCookArtifactReader.cpp
Build fixes (compile shipping, and cook if zenserver not running) for last submission.
2024-08-12 16:11:37 -04:00
ZenFileSystemManifest.cpp
Change zen filesystem manifest filter to allow chunk manifest files to be included in the filesystem manifest and be incorporated into snapshots.
2024-07-23 11:52:39 -04:00
ZenFileSystemManifest.h
…
ZenStoreHttpClient.cpp
Ensure asset registry and cook metadata read and write-back functionality works when operating on an imported zen snapshot.
2024-06-26 10:28:38 -04:00
ZenStoreWriter.cpp
Introduce an interface (ICookArtifactReader) for reading data back from a package store used at cook time, with implementations to either read artifacts from zen (if not present on the filesystem), or read artifacts from the filesystem alone. Also ensured that the reader is used in the places that currently expect to read data for incremental cook. Specifically:
2024-08-12 14:45:14 -04:00