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 #jira UE-167454 #rnx #preflight 63f5e5b9ac06ce789f047431 - Replace use of ::NormalizePackageNames with the asset registry for finding packages. - We can use the async version of SearchAllAssets so that we don't have to wait on the asset registry cache being saved to disk. - ::FindAllPackages now returns all paths in our standard form (relative to Engine\Binaries\<Platform>) where as NormalizePackageNames would return a mix of formats depending on the mount point location. [CL 24359197 by paul chipchase in ue5-main branch]