Cinematic DOF Does Not Work With TemporalAA Upsampling Enabled

UE - Graphics Features - Oct 9, 2018

Cinematic DOF does not work correctly if TemporalAA Upsampling is enabled. Standard Circle DOF works as expected with Upsampling. However, enabling the New DOF Algorithm produces almost no blur when ...

Progress Percent is removed from UMG Progress Bar when Transform Shear value is changed

UE - Graphics Features - Nov 8, 2018

Modifying the Shear values on a Progress Bar in a Widget Blueprint cause it to lose its Fill Color and set Progress. This is a regression from 4.20.3 (CL-4369336). Reproes with -vulkan on both Linux ...

UCanvasPanelSlot::PostEditChangeChainProperty does not call Super function

UE - Editor - UI Systems - Nov 13, 2018

UCanvasPanelSlot::PostEditChangeChainProperty not only does not call its Super function unless the anchor node has been set, but it calls Super:: PostEditChangeProperty instead PostEditChainProperty ...

Converting an Actor to spawnable/possessable in Sequencer makes it lose its position in the Track Panel.

UE - Anim - Sequencer - Nov 15, 2018

Converting an Actor to spawnable/possessable in a Sequence causes it lose its position in the track panel. If the Actor was in a folder it will need to be added back to that folder. This was report ...

Slight menu lag when using Vulkan on Linux

UE - Platform - Linux - Dec 12, 2018

When using the UE4 Editor with Vulkan there is a slight lag when navigating through the menu options. This lag is not present when launching with OpenGL nor is it present on Windows with -vulkan.  ...

Static Lights with IES Profiles Will Bake an Incorrect Lightmap

UE - Graphics Features - Jan 3, 2019

When using an IES profile with a static light, the lightmap that gets baked will lose all detail of the IES profile. Example project attached. This doesn't occur in 4.19 CL# 4033788 Found in 4.20 ...

Objects with centered pivots become Actors instead of StaticMeshActors when imported via Datasmith

UE - Editor - Content Pipeline - Datasmith - Exporters - Jan 18, 2019

When selecting "affect pivot only" and choosing "center pivot" on 56 objects in 3DS Max 2019, 4 of them imported into Datasmith as Actors and not StaticMeshActors. This makes it seemingly impossible ...

Streaming Multiple Instances of the Same Landscape Actor All Have the Same GUID

UE - LD & Modeling - Terrain - Landscape - Apr 15, 2019

If a level contains a landscape actor, and if you stream multiple instances of that level into your map, you will get errors in the message log that the landscape actors have the same GUID. Found i ...

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