Available network bandwidth is too low for uncapped but slow frame rates

UE - Networking - Sep 24, 2020

The networking system has a max frame rate of 120hz by default. Inside UNetConnection::Tick it computes an estimated bandwidth by using that max frame rate, the engine's max frame rate, and the actu ...

PDI-DrawPoint - Zoomfactor being calculated incorrectly

UE - Graphics Features - Feb 20, 2017

A licensee has reported that the ZoomFactor variable inside of the DrawPoint function is being calculated incorrectly. It currently is calculated using the lesser of the projection matrix's horizont ...

Combining Layered Blend Per Bone with Cached Pose nodes can break root motion extraction

UE - Anim - Gameplay - Aug 23, 2023

When the input to a Layered Blend Per Bone node is two instances of the same cached pose, we aren't sampling root motion correctly.  In the attached example, the weight on the root bone is 0 and Ble ...

Long thin spinning objects take too long to stop spinning

UE - Simulation - Physics - Solver - Jun 5, 2023

See the SpinningObjectStability test map in the Physics Sandbox. [Link Removed] It's not clear if this is a bug or a side effect of some of our solver shortcuts (e.g., omission of the precession te ...

FBX animations generated under fractional framerates fail to import

UE - Anim - Runtime - Aug 24, 2022

We now have the following error that is generated in FFbxImporter::ValidateAnimStackif (!FMath::IsNearlyZero(SubFrame, KINDA_SMALL_NUMBER) && !FMath::IsNearlyEqual(SubFrame, 1.0f, KINDA_SMALL_NUMBER ...

FMath::Eval ignores groupings while solving

UE - Foundation - Nov 8, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 FMath::Eval ignores groupings while solving problems. This has caused some confusion with users who are expecting the groupings to b ...

When duplicating the last point in a closed-loop spline, its metadata is inserted at the wrong index

UE - Editor - Workflow Systems - Nov 1, 2023

The SplineComponentVisualizer allows users to alt+drag on a spline point to duplicate it. When this is done on the last point of a spline marked as "closed-loop", the new point is correctly added at ...

GeometryCollection clustered by ClusteredGroupIndex does not respect child's gravity setup

UE - Simulation - Physics - Mar 7, 2024

Following code works as a workaround void FClusterUnionManager::HandleAddOperation(FClusterUnionIndex ClusterIndex, const TArray<FPBDRigidParticleHandle*>& Particles, bool bReleaseClustersFirst) ...

Web Browsers widget components stop accepting input when toggling visibility with a delay if there is more than 5 browsers

UE - Editor - UI Systems - UMG - Dec 5, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 Web Browsers widget components stop accepting input when toggling visibility with a delay if there is more than 5 browsers. This onl ...

Scene Color node with UV input on a transparent material renders incorrectly in stereo

UE - Platform - XR - Jan 19, 2021

From Licensee: When we have Instanced Stereo enabled, all our materials that use Scene expression nodes (SceneDepth, SceneColor, etc...), render incorrectly in the right eye. It only happens to the ...