You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Previously, we only added the new directory and not the contents. The new AssetDataGatherer has this assumption now though: // Note that we AddDiscovered but do not scan the directory // Any files and paths under it will be added by their own event from the directory watcher, so a scan is unnecessary. // The directory may also be scanned in the future because a parent directory is still yet pending to scan, // we do not try to prevent that wasteful rescan because this is a rare event and it does not cause a behavior problem When we iterate the contents of a new directory we now add them to the FileChanges array to match the above. #review-17900756 @Brandon.Schaefer, @Will.Damon #jira UE-131552 [CL 17907948 by Michael Sartain in ue5-main branch]