Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...
Paper2D sprites render only in left eye with Instanced Stereo enabled. Also confirmed in Main CL 4329255 ...
For skeletal meshes with multiple cloth assets in use, modifying any of the bone's collision body setup in the physics asset causes a crash. ...
A user has reported an issue where Find Session times out when attempting to run it while hosting a Steam session or while being the client of one. The user mentions that this is caused by RequestLo ...
Using the NSLOCTEXT macro with the third string literal as an empty string causes a packaged game to immediately crash on launch. No Crash Reporter window opens, and no log is created. A sample pro ...
The editor crashes when loading a SubLevel with HierarchicalInstancedStaticMeshComponent and SphereReflectionCapture via the levels window. Working as expected in 4.19 CL# 4033788 Found in 4.20 CL# ...
When duplicating an Actor at Runtime, the duplicated Actor won't execute any tick events when duplicated from the World Outliner or Alt-clicked and dragged in the Viewport. If the Actor is dragged i ...
A licensee has reported a crash that is caused by a Buffer Overread in TBitArray's operator < function. While the licensee did not provide reproduction steps, the crash is apparent from looking at t ...
Calling UpdateInstanceTransform on a HISMC with a transform only containing rotation or scale would not update the transform at runtime or cooked. ...
There is a Memory leak in PageAllocator when packaged. The leak can be stopped if "Landscape.Static" is used in console. Unable to test 4.19 since the provided project was 4.20, but Issue is reporte ...