You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Per.Larsson #rnx #preflight 60f93e100fc49a0001c95bea - When a package is saved we now push it's payloads to local storage backends (in memory/local file cache etc) - In a future piece of work, when a package is submitted we will push it's payloads to the persistent storage backends (jupiter/source control etc) - When pulling a payload we will first search the local storage backends for it and then go to the slower persistent storage backends if it was not found. -- Once a payload has been found when being pulled we will immediately cache it to the local storage backends so that subsequent pulls will be faster. -- At some point a ZenStorage backend will be added which will most likely be the primary local storage backend. [CL 16922588 by paul chipchase in ue5-main branch]