Files
UnrealEngineUWP/Engine/Source/Developer/DirectoryWatcher/Private
Michael Sartain ff8770eea6 Add subdirectory changes to list of changes in Linux directory watcher
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]
2021-10-25 12:34:56 -04:00
..