Crash when opening or editing a DataTable with a Row Structure that contains a Curve

UE - Editor - Workflow Systems - Nov 9, 2023

If a DataTable Asset is created with a Row Structure that contains a member variable of type Curve, the Editor will crash when attempting to open it while it has no rows. It will also crash when edi ...

Texture Sample DI does not work on Niagara Parameter Collections

UE - Niagara - Nov 8, 2023

Texture sample DIs no longer work when used with Niagara Parameter Collections. This seems to affect Volume Texture DIs based on customer reports, but I have not confirmed this.  ...

SkeletalMeshComponent in dedicated server causes memory leak

UE - Graphics Features - Nov 8, 2023

As dedicated server does not have viewport, USkinnedMeshComponent::BoneTransformUpdateMethodQueue array keeps growing and never clear. ...

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 ...

Disabling Grid ShowFlag also hides billboard sprites and volume outlines

UE - Graphics Features - Nov 8, 2023

The following odd behavior did not happen until UE 5.2, but happens in the latest UE 5.3. When the "Grid" show flag is disabled in the Level Editor Viewport, all billboard sprites and volume outlin ...

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. ...

Haptic Feedback doesn't work on DualSense devices (and never has)

UE - Gameplay - Input - Nov 7, 2023

The haptic feedback stuff is meant for VR devices, and has never worked with DualSense or any other console (afaik) that isn't a VR device. We technically could support this, but it would just be ...