You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Per.Larsson, Sebastian.Nordgren #jira UE-147948 #preflight 6256ba2f647ad886b380d007 - In some cases people are getting minor connection failures to the perforce server which causes the p4 print command to fail. In these cases it would be better to retry the command rather than failing to get the payload entirely - Currently the default will be 2 attempts to pull a payload with a 100ms wait between them, this can be changed when setting up the backend graph as optional config values "RetryCount=" and "RetryWaitTime=" -- Note that RetryWaitTime is in ms - Moved the parsing of the command line to it's own method in the backend. [CL 19752733 by paul chipchase in ue5-main branch]