In 4.25.1, I added a vectored exception handler to capture unhandled exceptions to the Editor process. This handler runs too soon. It doesn't let the structured exception handlers run first where ma ...
Editor crashes when opening to project browser on Linux. Fatal error: [File:D:\Build\++UE4\Sync\Engine\Source\Runtime\RenderCore\Private\RenderingThread.cpp] [Line: 819] Rendering thread exceptio ...
The fix for [Link Removed] caused a regression where links to material nodes no longer carry over when a group of nodes is copied and pasted ~ User submitted Image and repro steps appended. I conf ...
3 users reported the same issue. DEBUG: Error 2203: Database: 1031. Cannot open database file. System error -2147287038 or DEBUG: Error 2203: Database: 1036. Cannot open database file. System err ...
In UE versions 5.4 and onwards (as of CL 42589677 in Main), when an Instanced UObject property is defined in an Actor Blueprint, modifying the default value in the Blueprint does not propagate the c ...
Node Comments don't appear until the node is scrolled over after it is entered This is a Regression. It was working in 4.13.2 but broken in 4.14. User Description: BP node comments hidden until m ...
In UE 4.20 we got a feature that let you import a FBX file that contains cameras with a camereaswitcher to create a "camera cut track" within sequencer. From the release notes of 4.20: https://docs ...
These delays appear with large Landscapes (for example 8029 x 8029) . The delays only start occurring after the level is saved and reopened. After which PIE start times will be 5 to 15 times longer ...
This was found as a result of Licensees doing a Code Review of the Engine code. Here's the code snippet in question. It seems to be missing a line similar to Vertex->TangentY = InTangentY;.: int32 ...
This is a common crash affecting users in 4.16. Unfortunately they have not provided any additional details. Source Context 3684 // Remove null layer infos 3685 EditorLayerSettings ...