Any function that may create a request now has a IRequestOwner& parameter, and uses the Begin and End functions on the owner to manage the lifetime of any requests that it creates, as well as using End to invoke the completion callback for any request which has one.
The new FRequestBarrier may be used to block a group from being considered complete in a scope where more requests may be added to it.
#rb Matt.Peters
#rnx
#preflight 6109b5c403d303000144cce5
#preflight 610acf7103d30300016fda94
#ROBOMERGE-SOURCE: CL 17060470 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v850-17047176)
[CL 17060649 by devin doucette in ue5-release-engine-test branch]
-use newer FCompressedBuffer::Compress method when providing buffers for worker executable files
-use the preferred *.action and *.output file extensions over *.uddba and *.uddbo
-use the preferred "-Build=" commandline argument over "-b="
#rb devin.doucette
#ROBOMERGE-SOURCE: CL 16938228 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v838-16927207)
[CL 16938260 by zousar shaker in ue5-release-engine-test branch]
This changes the way filters for the open dialog are done to be more flexible with existing filter text.
#rb will.damon
#jira UE-117129
#rnx
[CL 16546775 by dave hunter in ue5-main branch]
Defaults to old UBT path. Will be used to override path for netcore built version of UBT.
#rb ben.marsh
[CL 14688056 by Joakim Lindqvist in ue5-main branch]
- Use this in RunUAT.sh to control how the background workaround for child processes not dying is used for mono UAT
#rb brandon.schaefer
#fyi joakim.lindqvist
[CL 14504487 by Josh Adams in ue5-main branch]
- Can now cook for any platform (and will soon have a Prepare for Debugging option)
- All the packaging and cooking stuff are now in TurnkeySupportModule
- Allow per-platform configuration/cook target
- Added a temporary inactive menu item to point users to the Launch menu for packaging
- This is first pass on this, it's expected to change, even move locations, etc as feedback/needed dictate
#rb matt.kuhlenschmidt
[CL 14312841 by Josh Adams in ue5-main branch]