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 - Moved the priming code to it's own code files. - Priming no longer uses FOnDemandIoBackend but manages its own requests. - Bumped up the number of connections to the largest supported by FEventLoop (63) to speed up the priming as much as possible. - Added additional cmdline options although -PrimeEndPoint is still required: -- '-PrimeAll' will cause all available CDNs to be primed. -- '-PrimeUrl=' will override the CDN url with the one provided. --- '-List' will print all of the available CDN urls to screen along with the average latency to it. -- '-Help' prints help on the new commands to the screen. - Fix minor bug where UnrealPak was returning none zero for success and zero for error cases. - Automatically call ::ResolveDeferredEndpoints as part of FDistributionEndpoints::Flush if needed. Failure to do so can lead to flush waiting forever on work that has never been initiated. [CL 27514497 by paul chipchase in ue5-main branch]