Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization
paul chipchase 14fd706386 Add verbose logging when caching payloads.
#rb PJ.Kack
#jira UE-168484
#rnx

- Add a verbose log message each time a payload is actually cached to a backend detailing the backend and the payload identifier.
-- Should only log if the payload actually uploads to the given backend, if it is rejected because the payload already exists in the backend we will not log anything.
- In order for this to work we need to reset the status of each FPushRequest being cached as we might have more than one caching backend and we don't want to includes pushes from one backend to another.

[CL 33452263 by paul chipchase in ue5-main branch]
2024-05-06 02:37:38 -04:00
..