You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Pass 128mb as the read length when reading entire bundles. Older clients do not support passing 0 to indicate 'entire blob'. * Fix requests to read zero bytes resulting in remote not sending any response packets. * Always create a cache for bundle data when reading from the remote. Since we always over-read from the source bundle, disabling the cache results in re-reading entire bundles multiple times. Not observed previously due to BundleReaderCache.None actually using the default cache size. [FYI] Bryan.Johnson, Ryan.Hummer, Carl.Bystrom #jira [CL 29159721 by ben marsh in ue5-main branch]