Project debug symbols are not appearing in crash reports in 4.8. In 4.7.6, these symbols would be included in the crash reports, but in 4.8 these lines have no information other than the project nam ...
Materials containing a cube array texture sampling node will not compile when hardware ray tracing is enabled. The shader compilation error indicates that an invalid op code was used: "Opcode Sample ...
When you attempt to open a widget blueprint when you have hidden the animation and timeline panels, the editor will crash. There is a workaround: Window->Reset Layout will allow you to open the blu ...
Expectations: The samples should only surround the lightmass importance volumes. Imagine if we build a 8K*8K map with lightmap importance volume at the corners of the map, even using stream levels ...
Switching to SM4 when you have LPVs active in a project will crash a project. Also reproduced in Main Promotable-CL-2589716 and 4.8.0 Launcher [Link Removed] ...
The == node is no longer available for Strings. Reproduced in 4.8.0 and Main (The == node is no longer available for Strings). This is a regression: the == node for strings existed in 4.7.6 ...
Crouching on the Server is not replicated to the Client while the Server character is moving. Reproduced in 4.7.6, 4.8.0, and Main (//depot/UE4/Promotable-CL-2591224) ...
Calling the teleport node after the Add Movement Input nodes affects movement by preventing the character's capsule from updating, causing the mesh to hit the top of the capsule during the jump anim ...
In a TMap where the key is a struct, it is not possible to edit the default value of the struct. Found in 4.15.0 CL# 3299760. Reproduced in 4.16 Main CL# 3345747 ...
UMG clipping requires stencil. Seems like we don't request stencil when creating backbuffer Changing const int EGLMinStencilBits = 0; to const int EGLMinStencilBits = 8; fixes this. ...