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. [at]Brandon.Schaefer, [at]Will.Damon #jira UE-131552 #ROBOMERGE-AUTHOR: michael.sartain #ROBOMERGE-SOURCE: CL 17907948 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v883-17842818) [CL 17907958 by michael sartain in ue5-release-engine-test branch]