This is a common crash that occurs for users in the 4.16 release. Log file attached. Additional information is currently unavailable. User DescriptionsRandom Crash After right clicking Static mes ...
After deriving a C++ class from another class and then closing the editor, the project will crash when reopened. This crash will continue until the project files are regenerated and the project is r ...
This is a common crash occurring for users in the 4.15 and 4.16 releases. It seems related to rendering movies in Sequencer, but additional information is currently unavailable. A log file is attac ...
When a component class (base) contains a component property (Nested) adding the base component to a blueprint and changing the position of the component will update the base and nested components as ...
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 ...
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 ...
This is a regression in behavior between 4.14.1 and 4.14.2! The editor will crash when importing FBX meshes that have multiple material ID assignments. If it's a single material ID it will import w ...
I tested this on a Mac Pro in UE 4.15, 4.16, 4.17, and 4.18. As a possible workaround for the fog issue, I've discovered that setting Atmospheric Fog > Lighting > Disable Ground Scatter to "True" wi ...
A Japanese developer's making a scene that has over 4000 static point lights. They thought the lights don't affect rendering in runtime. But they realized the RenderThread's costs become bigger. I ...