You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Full changes: - Fixed error reading the minor engine version, which broke the netcode in the transition from 4.9 to 4.10 - Added '-UnitTestClientDebug' commandline parameter, which launches unit test clients with a valid render interface, to allow interaction when debugging - Added a 'MaxAutoCloseCount' config variable, to limit the number of times a unit test can be auto-aborted, before the unit test tool refuses to run it again - Fixed rare infinite recursion in unit test log window search - Added unit test failure condition, when trying to send an RPC when the net buffers are saturated - Increased the wait time to 2 minutes before auto-aborting, when a unit test crashes, due to long wait time for crash stack dump sometimes - Added better notification of unit tests aborts, in the status window - Prevent net connections timing out in developer mode - Updated comments to use VAX hashtags [CL 2634646 by John Barrett in Main branch]