- Added better support for 'verbose' log output from P4 and Process commands (SpewIsVerbose arg and TraceEventType flags)
- Added new P4Connection.DescribeChangelists() that provides full changed file lists and edit types
- Added even better support for full changelist descriptions to P4Connection.Changes() function
#codereview Robert.Manuszewski, Gil.Gribb
[CL 2052302 by Mike Fricker in Main branch]
#change The engine now accepts a -UTF8Output command line argument which allows the output stream to be in the correct mode.
#change UAT accepts the same UTF8Output parameter to allow the connecting streams to be in the correct mode too (though it's currently only passed during the UnrealPak invocation).
#add FPlatformMisc::SetUTF8Output added to allow the opting-in of a UTF-8 output stream in Windows.
#codereview robert.manuszewski
[CL 2043167 by Steve Robb in Main branch]