ComponentOverlapMultiByChannel with a rotated simple collision PrimComp misses overlap vs. complex collision

UE - Simulation - Physics - Query - Nov 8, 2023

UWorld::ComponentOverlapMultiByChannel and internally, the call to FBodyInstance::OverlapMulti, misses overlaps and blocking hits when the PrimComp's (the component used to test overlaps) mesh uses ...

Number of “USkeleton::LinkupCache” could keep increasing

UE - Anim - Runtime - Nov 8, 2023

USkeleton class only performs Add or Empty operations on the LinkupCache array and has no Remove, so the number of LinkupCache can keep increasing in some cases (A description in Step to Reproduce s ...

Landscape renders black when baking with GPU Lightmass

UE - Graphics Features - Nov 7, 2023

A user encountered an issue with Landscapes not rendering once baked with GPU Lightmass. The user was using Ray Tracing. If using normal CPU Lightmass baking, landscape remains the same. ...

Motion vectors not generating correctly in build

UE - Simulation - Physics - Nov 3, 2023

Also tried using “show VisualizeTemporalUpscaler” and noticed the frames that have missing motion vector data showed up as pops in the “show VisualizeReprojection” part of the visualizer. ...