Add "-forcecefaccelpaint" to your command line after this change to turn accelerated rendering back on.
#jira UE-110883
#rb none
#ROBOMERGE-SOURCE: CL 15731012 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v781-15675533)
[CL 15731020 by alfred reynolds in ue5-main branch]
- The CEF helper process has been renamed from UnrealCEFSubprocess to EpicWebHelper
- Support for accelerated rendering from CEF has been added (using GPU->GPU texture copies). This works for the Standalone renderer in DX11/macOS-OpenGL and in the D3D11 RHI renderer, otherwise falls back to the default CPU texture copy mode. Accelerated paint can be disabled by adding "-nocefaccelpaint" to the commandline.
- Numerous other bug fixes and perf improvements in the CEF code have been added since we last took a version drop
#jira distro-133
#[fyi] wes.fudala
#ushell-cherrypick of 15635368 by alfred.reynolds
[CL 15651276 by Marc Audy in ue5-main branch]
Confirmed that now System.Core.Serialization.StructElementSerializer and System.Core.Serialization.StructSerializer unit tests are passing.
#rb francis.hurteau
[CL 15294198 by Zousar Shaker in ue5-main branch]
CEF Browser's OnScheuleMessagePumpWork method will now properly handle cases where a negative delay was provided.
Prevent scope lock of pump countdown when running CefDoMessageLoopWork().
Note: Copy of CL# 10876841.
#jira UE-86228
[FYI] Wes.Fudala
#rb Wes.Fudala
#lockdown Cristina.Riveron
#ROBOMERGE-SOURCE: CL 10899491 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v626-10872990)
[CL 10899506 by jamie dale in Main branch]
#rnx
#rb none
#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869210 via CL 10869511 via CL 10869900
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870549 by ryan durand in Main branch]
Submitting a modified pull request:
PR #6254: Fix An Incorrect Uint Assignment, Causing Problems On Clang Builds (Contributed by dyanikoglu)
As the struct is part of a documented debugger interface in VS, I changed the assignement instead of the struct member type.
#rb Brandon.Schaefer
#jira UE-81259
[CL 9446824 by Keli Hlodversson in Dev-RenderPlat-Staging branch]