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

UHT always runs when building a code project using a binary Engine installation even if no code change has been made

UE - Foundation - Cpp Tools - UnrealHeaderTool - May 2, 2019

When building a code project that was created with the binary Engine installed through the Launcher, UHT always runs even if no code changes have been made. This only occurs with a binary Engine ins ...

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

Editor movement control regression

Tools - Jul 8, 2015

Using Ctrl+Drag in 4.8 will not affect the location of selected actor if the viewport camera is facing away from selected actor. In 4.7.6 the actor would travel along the X axis even if the camera ...