Child Actors do not replicated properly to clients when running a project using the "-game" commandline argument. This does functionality does work properly in PIE and in a cooked build however. Re ...
Get Supported AR Video Formats node only functions on iOS. (ARCore Library has similar 'Get ARCore Camera Config' node currently) Tested with iPad A1701 and Note 9 ...
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 ...
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 ...
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 ...