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

UGameUserSettings::ValidateSettings fails to wipe GameUserSettings.ini

UE - Framework - Mar 4, 2025

When changing the version in UGameUserSettings, the expected behaviour is that GameUserSettings.ini will be wiped/delete and then regenerated. The actual behaviour is that within the ValidateSetting ...

New Docker image for latest horde has no bundled installers

UE - Foundation - Horde - Mar 4, 2025

Source UDN [Link Removed] & [Link Removed] & [Link Removed] We need to produce a docker image that contains latest bundled installers for 5.5.2 (or 5.5.3?). ...

UGS scheduled sync doesn't account for sleeping machine

UE - Foundation - UGS - Mar 4, 2025

Source [Link Removed] As a developer, I would like to have my scheduled syncs in UGS be honoured during computer sleep so that I can have my computer in sleep for the most part, and have it wake wh ...