You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb none #jira UE-191791 #rnx - When a connection attempt fails we now return the credentials used and the errors given by the system. -- The credentials will be used to auto fill out the dialog, letting the user see what credentials were attempted in the last attempt. -- The errors are shown in a box with red error text, letting them know what went wrong. - We no longer let the revision control provider log errors when establishing a connection, so if the users correct info and successfully connects on a subsequent attempt they will not see an error in the logs. -- If the connection completely fails we still log as before. [CL 27302825 by paul chipchase in ue5-main branch]