Second controller input doesn't work setting client mode on PIE.

UE - Editor - UI Systems - Feb 3, 2021

When two controllers connected, player2 input is disabled in client mode in PIE. It worked correctly in 4.25, but it has been wrong since 4.26.  Digging into FSlateApplication::ProcessKeyDownEve ...

ExposeOnSpawn pins no longer read default values from the linked class

UE - Framework - Blueprint - Dec 18, 2024

This is technically a regression that was introduced in 5.5. This was intentionally changed in order to address a separate issue [Link Removed]. Additionally, this makes it explicit that the exposed ...

In Vehicle sims, CenterOfMass override isn't factored into UpdateMassProperties

UE - Simulation - Physics - Mar 24, 2025

Origin from this UDN ticket, https://udn.unrealengine.com/s/question/0D5QP00000sGtbO0AS/chaosvehiclemovementcomponent-intertia-tensor-isnt-adjusted-for-center-of-mass-override?fromCase=1 TLDR is th ...

Landscape has a seam when scale is set to a decimal

UE - Graphics Tools - Terrain - Landscape - Jan 13, 2023

Regression: Tested in UE5/Release-5.0 at CL 20979098, this issue does occur so it is not a regression. This issue occurs if the scale set for the landscape has a decimal value that is not 0.5. Sett ...

The Editor "Show Frame Rate and Memory" does not display the intended output on macOS.

UE - Platform - Apple - Jan 11, 2023

Repro Rate: 5/5 This is a live issue that has been tested in the Binary build of //UE5/Release-5.1 at CL 23058290 and DOES NOT OCCUR in Windows and Linux but DOES OCCUR in Mac. This was tested on d ...

VirtualHeightfieldMesh shadow issues

UE - Graphics Features - Apr 19, 2022

A UDN reported ensure being encountered with VirtualHeightFieldMesh rendering on UE5. Those ensures remain an issue on 5.1 (UE5/Main) as of CL 19779838. [Link Removed] Attempting to repro on PC, th ...

SKP Import - Materials for certain groups appear black in Path Tracer when using Keep Hierarchy

TM - Interoperability - Mar 3, 2025

Reported by a client in SF [Link Removed] When importing SKP files using the Keep Hierarchy collapse mode, some imported objects in Groups inside SketchUp will appear black in Path Tracer. Appears ...

Specular highlight and roughness issue on clearcoat material with second normal at certain view angles

UE - Graphics Features - May 21, 2025

Specular highlights on non-Nanite meshes with a clearcoat material that has the second normal enabled will disappear at certain view angles. This can be worked around by adding a constant node to th ...

[CrashReport]Assertion failed: InitState == EWorldPartitionInitState::Uninitialized [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\WorldPartition\WorldPartition.cpp] [Line: 1485]

UE - World Creation - Worldbuilding Tools - World Partition - Sep 12, 2023

Generated from CrashReporter Logs can be obtained via Crash Reporter ...

Alpha blending is done twice when using RenderOpacity of RetainerBox's parent slot

UE - Editor - UI Systems - UMG - Feb 10, 2023

Licensee reported that alpha blending is done twice in the code below, and the fix below seems to fix it. .\Engine\Source\Runtime\UMG\Private\Slate\SRetainerWidget.cpp From:const FLinearColor Compu ...