Ray traced shadows appear even after the mesh is hidden

UE - Graphics Features - Lumen - Oct 13, 2020

bCastHiddenShadow flag in UPrimitiveComponent doesn't affect ray tracing shadows ...

[MetaSound][Editor] - The base submix toggle is ignored when previewing sounds on the MetaSound graph

UE - Audio - MetaSounds - Apr 1, 2022

The Enable Base Submix toggle is ignored in the MetaSounds graph.  If the sound is added to a level, it behaves as expected.  The Enable Submix Sends toggle works as expected. ...

Montage keyframes calculation error

OLD - Anim - Apr 28, 2016

Animations are not showing proper length when converted to Montage. Up to 98 frames (AFAIK) when converted to Montage, the Montage will show the correct number of keys. However, a 100-frame anima ...

Particle light module doesn't work if forward rendering is enabled

UE - Graphics Features - Dec 13, 2016

There's a UDN link below, the second images in the thread shows this problem. It should be noted that the light module will cast light in forward rendering if "High Quality Lights" is checked in the ...

Clicking on object causes EndInputTouch to fire on the press instead of the release

UE - Editor - UI Systems - Slate - Sep 18, 2018

When clicking on an object EndInputTouch sometimes fires on the press instead of the release. This was not an issue in 4.19.2 (CL-4033788) and is a regression. However the functionality doesn't appe ...

Asset referencing error on a Python Pipeline Asset

UE - Editor - Content Pipeline - Import and Export - Sep 18, 2023

[Image Removed] ...

Using a Shading Model node set to Unlit results in an invalid material with FromExpression domain

UE - Rendering Architecture - Materials - Feb 29, 2024

Create a materialSet its domain to From ExpressionRecreate the node graph as in the screenshot Note that the preview sphere is black. ...

Editor mode tabs can get corrupted in the layout

UE - Editor - Workflow Systems - Apr 2, 2024

This can happen with any mode. What actually happens is, when closing the Editor, the Editor saves its layout before closing the active Editor Mode, which leads the editor to think the tabs are sti ...

Adding HISM instance on a Dedicated Server causes a crash

Tools - Nov 14, 2018

Adding an instance of an HISM on a dedicated server causes an assert. Regression?: No This occurred in 4.20 ...

Collections in content browser can't display native classes on 4.26

UE - Editor - Content Pipeline - Content Browser - Apr 12, 2021

The filter in UContentBrowserClassDataSource::CompileFilter does not work because the enumerated class objects are FName without path, while the filter item is name with path. [Image Removed] ...