"Find in Blueprints" does not turn up results when searching a GameplayAttribute by name, even when there is a GameplayEffect blueprint that has a modifier for that GameplayAttribute. This is becau ...
A high UWorld::Tick DeltaSeconds (i.e. GameThread hitch) results in a high UNetDriver::TickFlush DeltaSeconds. This DeltaSeconds can high (many seconds) if the hitch is long. This value then affects ...
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 ...
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 ...