When trying to launch a .exe after disabling SM5 in the project settings, an error will appear. The global shader cache file ../../../../Engine/GlobalShaderCache-PCD3D_SM5.bin is missing. ...
Adding a parameter of type structure bp which references an enum as a value to a module script crashes the engine. This issue is also occurring in 4.27. ...
The Editor crashes whenever the reference to the "DeleteThisFunction" function is deleted. ...
Crash Report: [Link Removed] ...
A Blueprint created from Actors in the level does not preserve the relationship (hierarchy and transforms) of both components. Reproduced in 4.8.3 binary, 4.9 Release (//depot/UE4-Releases/4.9/Prom ...
Extra Game Mode frames are rendered between Shots Regression: YES Worked: 4.13.1 CL:3142249 Broken: 4.14 Releases CL:3164219 ...
This is a frequent D3D Hung crash, similar to [Link Removed] and [Link Removed]. A potential fix for the other crashes was released in 4.14.2, but this crash is still occurring on that release. ...
The Left side of the test map works in 4.16 and Main so marking this as a regression. Tested on iPhone6S+_4982 OS: 10.2.1 and tvOS 10.2 ...
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. ...