Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization
paul chipchase 5e03a8ee24 The source control VA abackend will no longer early out of pushing payloads if a payload batch is found to already be entirely uploaded.
#rb trivial
#rnx
#preflight 628c9337a24685c36f50ec2f

- When the code was converted from single batch to support multiple batches I missed the check to return true if all payloads were already uploaded. So once we were operating on multiple batches if a batch was 100% already present in the backend we would return true and not process any further batches.
- Change the return true, to a continue so that future batches are processed.

[CL 20345282 by paul chipchase in ue5-main branch]
2022-05-24 04:17:42 -04:00
..