You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Add a new partial loading mode where flushing the requestID will exit after serialization is done (after exportdone but before postload) - Automatically opt-in partial loading when an explicit load is called recursively from another load (treated as an import) - During recursive loading, attach postload of the recursive load to the caller's postload - Add loading unit tests to validate the new behavior for zenloader - Add a way to detect which loader is currently active to run unit tests on zenloader only #rnx #jira UE-190649 #rb Francis.Hurteau [CL 28227792 by danny couture in ue5-main branch]