Physics Constraint Component loss of accuracy

UE - Simulation - Physics - Mar 6, 2025

Physics Constraint Component has lost accuracy between Unreal versions 5.2 and 5.4 (and up). When measuring the exact distance between rigid bodies constrained by a Physics Constraint Component, the ...

Crash trying to convert skeletal mesh to Nanite

UE - Graphics Features - Nanite - Mar 6, 2025

In SkeletalRenderNanite.cpp / FDynamicSkelMeshObjectDataNanite::UpdateBonesRemovedByLOD, bone indices are of type FBoneIndexType (defined as uint16 from BoneIndices.h), instead of int32. On line 18 ...

Crash in AWorldDataLayers::InitializeDataLayerRuntimeStates() when quickly unloading then loading a sub-world partition

UE - World Creation - Worldbuilding Tools - Data Layers - Mar 6, 2025

From licensee: Since we integrated 5.5, we are experiencing a crash in AWorldDataLayers::InitializeDataLayerRuntimeStates() on this line check(ActiveDataLayerNames.IsEmpty() && LoadedDataLayerN ...

UMG SetAnimationCurrentTime no longer works

UE - Anim - Sequencer - Mar 6, 2025

FRayTracingGeometryManager::Tick() called twice during a single frame

UE - Graphics Features - Ray Tracing - Mar 5, 2025

UDN licensee Prophecy Games has encountered an issue in which the RaytracingGeometry::Tick() function is called twice during a single frame. This causes an assert to trigger, which blocks them from ...

Autobrake feature in ChaosVehicleMovementComponent is stopping vehicle from sleeping

UE - Simulation - Physics - Mar 5, 2025

In ChaosVehicleMovementComponent::CalcThrottleBrakeInput, autobrake is set when a vehicle is stopped - this means that when the car is virtually stationary, the BrakeOut inout parameter is always 1. ...

[bug] OIT doesn't work correctly with alpha composite blend mode

UE - Graphics Features - Substrate - Mar 4, 2025

When using OIT, AlphaComposite Materials blend as if they are using the Translucent BlendMode. The order of macro #if … #elif cases cause AlphaComposite Materials to take the same route as Transluce ...

AllowAsyncRenderThreadUpdatesEditorGameWorld/AllowAsyncRenderThreadUpdatesEditor CVars are off by default and unsafe in Niagara

UE - Niagara - Mar 4, 2025

This user made a github pull request: [Link Removed] but it was auto rejected. I think that we can consider taking their fixes, but keeping it disabled by default. ...

Interchange static mesh import convert to reimport and fail to assign material changes.

UE - Editor - Content Pipeline - Import and Export - Mar 4, 2025

Hello, When reimporting an FBX using interchange, the material are reapplied and we are stuck with the old properties. We are calling interchange by code, but we were able to repro by doing a reimp ...