Browse Source

DCO Remediation Commit for amzn-mike <[email protected]>

I, amzn-mike <[email protected]>, hereby add my Signed-off-by to this commit: 15373bf9ff4ab818dcb77176e263e761dcee3d39

Signed-off-by: amzn-mike <[email protected]>
amzn-mike 2 years ago
parent
commit
d22eed5f9f

+ 1 - 0
Code/Tools/AssetProcessor/native/AssetManager/assetProcessorManager.cpp

@@ -1814,6 +1814,7 @@ namespace AssetProcessor
             return;
         }
 
+        // Check if this event should be delayed for a while to allow time for moving/renaming to be completed
         if (ShouldDelayProcessingFile(source, normalizedFilePath, triggeredByMetadata))
         {
             return;