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

FBX import freezes in DataPrep

UE - Editor - Content Pipeline - Visual Dataprep - Mar 3, 2025

FBX file import freezes UE while trying to import into DataPrep by the Interchange importer. The import will start, but then a message will pop up stating "Creating snapshot of world content ... " ...

NiagaraSystem with EniagaraGpuComputeTickStage::PostInitViews rarely crashes due to multi-thread race conflicts

UE - Niagara - Mar 1, 2025

NiagaraSystem with EEiagaraGpuComputeTickStage::PostInitViews should not have bSupportsParallelGDME because of possible multi-threaded contention, but FNiagaraSystemInstanceController::GetGpuCompute ...