Attempt to fix cook error.
Submitting on behalf of Nicholas.Mcclure
#jira UE-177281,UE-179397
#rb Takashi.Kuribayashi
#preflight none, content only
#lockdown Alejandro.Arango
[CL 24567075 by takashi kuribayashi in ue5-main branch]
* Added "Generate Assembly" menu option that asks UBT to compile a single file and generate an assembly file.
* Upgraded UnrealVS.vsix to version 1.84.3
#jira none
#rb Joe.Pribele
#preflight
[CL 24559407 by LouisPhilippe Seguin in ue5-main branch]
- UE Prerequisites installer is not compatible to run from an msi install(it's itself a windows installer bundle)
#jira UE-121230
#preflight 640197d9c13b7130d2bc1277
#rb benoit.deschenes
[CL 24523102 by kerim borchaev in ue5-main branch]
- Message framing changed back to use simple
- Support for multiplexing multiple requests over a single socket. Requests are tagged with an arbitrary channel id and routed to a queue for the appropriate IComputeChannel on the client.
- Clients can now request a message writer through the IComputeChannel interface, allowing pooling of write buffers for generating new messages and reducing data copies.
- Added accounting for machine resources in compute leases. Compute requests specify min/max desired resources, receive allocated resources in respoonse.
- Switched to AES-GCM for encryption. Message length is unencrypted but validated as part of the message packet.
#preflight none
[CL 24521844 by Ben Marsh in ue5-main branch]
- Updated plugin version
- Fixing warning: Preview default for UseTwoInfluences and UseFourInfluences
#rb none
#preflight 6404e9224b445a8b2d3e267b
[CL 24517823 by David Corral in ue5-main branch]
- Updated the documentation of each Python example script.
- Added RenderSingleFrame() functions for a set frame, and reworked the current ones for FramePositions (percentual).
- Added Python example scripts for the regular RenderSingleFrame() functions as well, and reworked the old ones to use RenderSingleFramePosition().
- Made the render grid blueprint graph be an editor-time blueprint graph, to support editor-only blueprints.
#preflight 6404c44f0c7df1967fafaaad
[CL 24517651 by Patrick Vane in ue5-main branch]