You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
GFP state machine - Avoid async GetContentState calls if possible. These waste time and delay getting initial HTTP requests queued. The allows all the requests to be queued on the same tick. BPS download service - Move HTTP callbacks off game thread. This doesn't have much effect yet since the download service is still ticked on the game thread. I'll follow this up with changes to fix that. Install bundle stats - Additional ensures to help catch operations happening out of order. I caught and fixed an issue where VK bundle source was sending completion callbacks too early. [REVIEW] [at]Daniel.Lamb [at]Mitchel.Fisher [at]Leigh.Swift [CL 27317611 by justin marcus in ue5-main branch]