Destructible attached with a Physics Constraint have inconsistent physics compared to a standard Static Mesh. This is also sometimes prevalent with Destructibles that aren't attached with a Physics ...
Plugging an Add node which adds a constant value into a Nanite Pass switch node results in derivative ops to be detected where there should be none (which show up as red in the No Derivative Ops deb ...
Changing the properties of M_Glass and M_Metal_Copper to two sided via the property matrix crashes the editor to desktop. (Note: M_Glass with ANY of the M_Metal Materials except M_Metal_Chrome will ...
Starting in Unreal Engine 5.4, StaticDuplicateObject internally switched to using Unversioned Property Serialization (UPS) for performance reasons. However, UPS assumes the source and destination ob ...
In Unreal Engine version 5.5.4, the Editor crashes when performing Undo after deleting a Material Layer of a Material Instance ...
When using Trace Complex in a LineTraceByChannel node does not give accurate results when object is simulating physics and scaled. The scaled root mesh in the BP will only register its collision rat ...
When the DLC is being built for a project and stored in a plugin, the result is normaly until the DLC is packaged multiple times. This leads to the file path becoming more and more nested each time. ...
When adding multiple meshes to a Niagara Mesh Renderer Module, a check() will be triggered due to a mismatch in the number of Widgets and the number of Tooltip Widgets. ...
Adding a second effect to the Submix Effect Chain on a Submix works as expected, but when trying to add a Submix Effect via Blueprint, there is no effect. This also applies to "Add Master Submix Ef ...
Context: Continuous Collision Detection (CCD) is being used on a Chaos Vehicle to avoid tunneling issues with certain surfaces as it prevents any missed collisions between fast moving particles and ...