GPU Timeout when using a large scale Landscape and Water Body Ocean

UE - LD & Modeling - Terrain - Landscape - Dec 1, 2022

Regression: Tested in //UE5/Release-5.0, this issue does not occur so regression is yes. The GPU Timeout only occurs in UE5/Release-5.1, as recreating this issue in previous versions of the editor ...

Transform variable values in a Control Rig cannot be copied or pasted onto

UE - Anim - Rigging - Control Rig - Nov 29, 2022

When trying to copy/paste values from anything to a Transform variable's values, it will not happen. Additionally, you cannot copy/paste anything from a Transform variable. I repro'd this 3/3 times. ...

Animation Layer Interface content filter overrides other content filters

UE - Editor - Workflow Systems - Jan 30, 2023

Animation Layer Interfaces are overriding the filter making it so only that asset type is visible even when paired with other filters.  There is an exception to this with the blueprint interfaces fi ...

Editor becomes unresponsive/freezes when a Geometry Collection is destroyed by a Hit Event while simulating

UE - Simulation - Physics - Destruction - Apr 19, 2023

This is a regression. Tested in //UE5/Release-5.1 CL23901901 When a geometry collection is destroyed by an On Hit event the editor becomes unresponsive and never recovers. No crash is generated. ...

Objects without custom delta properties can return false for CanSkipUpdate with net.PushModelSkipUndirtiedReplication enabled

UE - Networking - Jun 5, 2023

This seems to occur after receiving a Nak for certain actors. FObjectReplicator::ReceivedNak will decrement SendingRepState.CustomDeltaChangeIndex even if the object has no custom delta properties. ...

Cull Distance Volumes don't work with WP

UE - World Creation - Worldbuilding Tools - World Partition - Jul 19, 2023

The pak file specified in PakFileRules is not created correctly

UE - Foundation - Core - Aug 8, 2023

The rules by which chunks are created are ambiguous and currently do not ensure that both PakFileRules and PrimaryAssetLabel settings are reflected. In this sample, depending on the PrimaryAssetLabe ...

Free physics constraints between two objects of differing size causes smaller object to jitter

UE - Simulation - Physics - Sep 13, 2023

A cube constrained to a physics actor will start to jitter uncontrollably when interacted with. (see attached media and repro steps for more details) Tested in the following //UE5-Release-5.3-CL ...

Spherecast against complex geometry is returning odd results

UE - Simulation - Physics - Sep 19, 2023

Turning on batching of sphere casts when colliding against complex gives incorrect results. Affects debug output and vehicle wheels and body movement. The issue is with the batch query mode which ...

Using the end of the curve as a weighted tangent does not yield the expected value.

UE - Anim - Runtime - Oct 16, 2023

When changing the tangent value, the last value is sometimes not 1.0 [Reproduce sample project] [Link Removed] ...