Deferred desktop renderer does not function correctly on visionOS. It did work in 5.4. One problem is the r.XRMSAAMode setting forcing 4 samples even when not using msaa, but there are other probl ...
Generated from CrashReporter ...
Added functionality to a blueprint component through code and built the project in VS. After a hot reload, I saved the blueprint and closed the editor. Reopening the editor and the blueprint cause ...
User found that our editor mode functions don't do static casts, and thus you can cast to classes that don't share a common base class with the pointer class we're casting from, resulting in some na ...
I was testing launch on test for mac and wanted to see if the full screen works properly as there were issues with that before. I discovered that after selecting full screen, I was not able to move ...
Currently FInternetAddrBSDIPv6::SetIp(const CHAR* InAddr, bool& bIsValid) does not handle all valid formats of IPv6 addresses. Need to rework the function to be more robust, and properly handle all ...
When opening a new asset editor in the same window as matinee, the 'Add Key' button for animation tracks will no longer function. This is due to FSlateApplication::ActiveTopLevelWindow being reset a ...
Changes made to a blueprint variable's tooltip are discarded when clicking in the main blueprint viewport (Event Graph, Function Graphs, etc). Clicking in the variable's details panel does save the ...
Handling SIGTERM can deadlock because RequestExit() can log stuff. If we happen to be in the malloc at that time of receiving the signal this is going to deadlock the process. In general, we should ...
After disabling Static Lighting, shadows only render for Tessellated Landscape when being selected in the World Outliner instead of rendering all of them regardless if it is selected. Tested in 4.2 ...