Crash when importing some .skp files on MacOS

TM - Interoperability - Mar 10, 2025

Crash when editing Gameplay Effect containing a deleted/renamed Gameplay Attribute

UE - Gameplay - Gameplay Ability System - Mar 9, 2025

When modifying the name of a gameplay attribute that is used with a modifier on a gameplay effect, attempting to remove/change the modifier causes an editor crash. This appears to be due to line 29 ...

Bug: Replace With Notify option not fully functional

UE - Anim - Runtime - Mar 7, 2025

When you select multiple notifies and attempt to replace them with another notify using "Replace with Notify", it will sometimes replace other random notifies and not the ones you have selected. ...

Anisotropic reflections are not visible in all player views during local multiplayer split screen

UE - Graphics Features - Mar 7, 2025

When playing in a split screen local multiplayer game the anisotropic reflections differ between players when looking at the same object. It appears as the anisotropic light scatter is not applied ...

UMG SetAnimationCurrentTime no longer works

UE - Anim - Sequencer - Mar 6, 2025

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

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