Editor crashes when adding a parameter to a material when using Forward Shading and DX12

UE - Graphics Features - Apr 24, 2019

Setting the default RHI for Windows to DX12 and enabling Forward Shading results in a crash when adding a texture sample parameter to a material. Found in 4.22 CL# 5660361 and 4.23 CL# 6074473 Wor ...

When a Texture Object is used for the "Tex" Input of a Texture Sample node in a material, the material will no longer contribute to indirect lighting when used with Stationary Lights

UE - Graphics Features - Apr 26, 2019

When a Texture Object is used for the "Tex" Input of a Texture Sample node in a material, the material will no longer contribute to indirect lighting when used with static lighting. Working as expe ...

Cannot set FVector values in a "Make Struct" node in Blueprint

UE - Gameplay - May 9, 2019

When trying to use any "Make Struct" node that uses vector values, the values typed into FVector fields will reset to 0. This is a regression from 4.21.2 (CL-4753647). This reported and tested in ...

Package build crashes when using Niagara system on a Skeletal mesh

UE - Niagara - May 29, 2019

Packaging a project having a skeletal mesh with a niagara system attached to it in the scene causes the build to crash when running the executable.  I have attached the log and dmp files relevant t ...

Breakpoints on nodes in deleted functions are not cleared

UE - Gameplay - Blueprint - Nov 16, 2018

Might be a simpler repro than this, but take a look at revision 1 of PreRolledBoxes in FortniteMain to see an asset affected by this. It was duplicated from StoreRoot which had breakpoints in some o ...

ToggleDebugCamera Console Command doesn't disable an enabled DebugCamera

UE - Gameplay - Aug 5, 2019

The "DisableDebugCamera" node and the "ExecuteConsoleCommand" node with "ToggleDebugCamera" in the Command field do not disable an enabled Debug Camera. Found in 4.22.3 CL#7053642 Reproduced in 4.2 ...

The Temporal console variable has the wrong value

UE - Graphics Features - Aug 20, 2019

The r.SSR.Temporal console variable value is always set to its debugging value of 0 instead of being at its default of 1 Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 P6 (CL - 798402 ...

Casade debug cone is drawn at the wrong rotation

UE - Niagara - Aug 21, 2019

The B 3DDraw Mode functionality draws at the wrong rotation for the Velocity Cone module. It seems to draw 90 degrees off. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 P7 (CL - 8115 ...

OnAudioFinished doesn't execute when "Persist Across Level Transition" is enabled on "Create Sound 2D"

UE - Audio - Jan 15, 2020

Custom Events with binding to "OnAudioFinished" do not work if "Persist across level transition" is set to true when using the "Create Sound 2D" node. This was reported and tested in 4.23.1 (CL-96 ...

"Select All Descendants" shortcut doesn't work in folders

Tools - Jan 27, 2020

The shortcut for "Select All Descendants" doesn't select the contents in the selected folder in the World Outliner. Using the right-click method works exactly as expected. This was reported and tes ...