Currently, we detect whether an anim instance is supported by the skeletal mesh and, if it isn't, unreference the instance, but we don't error or warn the user that this happened. This leads to conf ...
An unusual interaction has been found when using automatic navlink generation combined with Dynamic Modifiers Only navmesh generation. When an nav area is modified in a tile that contains an automat ...
StaticMeshComponentPropertyOverride only takes effect when the flag ExecuteOnTheGPU is off. All error checking for StaticMeshComponentPropertyOverride turns off when the flag ExecuteOnTheGPU is off ...
Additional Post Process renders always have a black alpha channel ...
Landscape HLODs are broke when build from Editor. See repro steps above. I have not provided a repro project as it uses the open world starter map. Note that current Main has additional bugs that o ...
Issue 1: Convex Collision Transformation Missing for External Collision Sources Issue 2: Convex CCD Stability Issues due to Plane Intersection Semantics See attached URL for more details. ...
We have encounter an issue in the Chooser when we setup output object column for soft reference object ptr (an optional montage object). It is working correctly when the montage is loaded. But befor ...
The deadlock occurs when attempting to cancel compression during animation sequence destruction. The compression thread ends up deadlocking with the game thread, which is the one requesting the canc ...
The cursor position is no longer updated during drag and drop, so drag-over events cannot respond correctly. Commenting out the following code in WindowsCursor.cpp works as a workaround ( the behavi ...
Multiple shot tracks are a problem source, and UE seems to try and pre-empt them by disabling the menu option to add a second one when one is already in there. Duplication, however, is still permitt ...