You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Removed functionality to set environment variables through the IPerforceConnection object. This is now handled via PerforceEnvironment. - Added support for logging in using the native Perforce connection implementation. - Started migrating methods that return a list of responses to return an IAsyncEnumerable instead. This makes it much easier to perform stream processing on requests that return a lot of data. - Added the "p4 depot" command. - Added the "p4 have" command. - Added the "p4 opened" command. - Added the "p4 stream" command. - Added the "p4 users" command. - Added support for printing files to a temporary file, and for p4 print commands returning metadata along with the payload in its response. - Fixed stream corruption using native Perforce library if a record did not completely fit within the output buffer. #preflight none [CL 18504069 by Ben Marsh in ue5-main branch]