You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The issue was that when moving folder A and B, where A has assets that depends on assets in B, we'd ask the asset registry for the B assets referencers and it was returning to original packages which are now a redirectors. We'd then try to patch soft object paths on a redirector instead of on an actual asset. We now force a rescan of the moved folders so that the asset registry is up-to-date throughout the move folders process. #jira UE-187092 #rb matt.peters, julien.stjean #preflight 64779c080d55081f54a1eca0 [CL 25710991 by JeanMichel Dignard in ue5-main branch]