SSR Experimental Denoiser crashes when enabled using Vulkan

UE - Graphics Features - Apr 27, 2020

Enabled the SSR Experimental Denoiser using Vulkan causes the Engine to crash. This crash does not happen with DX11 or DX12. This happens on Linux and Windows (-vulkan). This was reported and teste ...

Crash when opening a sequence with an additive control rig track

UE - Anim - Sequencer - Apr 27, 2020

The editor crashes when opening a sequence with an additive control rig track ...

Returning the base class type by literal value in a base class function will return a different value in a child class when it's nativized.

UE - Gameplay - Blueprint - Apr 27, 2020

If a base class function returns its own class as a literal value, the nativization process will emit the literal term as "GetClass()" rather than as the actual value (e.g. UBPBase::StaticClass()). ...

Crash calling user-function in non-editor

Tools - Apr 27, 2020

Crash occurs when attempting to call native Pre-Construct in the attached project. ...

Landscape Component LODBias parameter is broken

UE - LD & Modeling - Terrain - Landscape - Apr 27, 2020

The behavior of translucent sorting is different between 4.23 and later.

UE - Graphics Features - Apr 24, 2020

Also, from 4.23 onwards, if you move the mesh back and forth, the order of the  translucent sort will be switched. ...

UMG Slider displays long or wrong percentages when Step Size is set to 0.1

UE - Editor - UI Systems - Apr 24, 2020

When the Step Size is set to 0.1 for a Slider and Slider value is multiplied by 100, it will display weird numbers when moving the slider back from 100%. Changing the Step Size to 1 and changing th ...

Tabbing out of exclusive fullscreen leaves the window & backbuffer in an incorrect state

UE - Editor - UI Systems - Apr 24, 2020

With windows 10 there has come some new swap chains, which unfortunately messes some things with regards to fullscreen up. We've fixed a bunch in the renderer (which would downright cause crashes), ...

Crash if the setting of PhysicalAnimationComponent is changed in the same frame as teleport processing

UE - Simulation - Physics - Apr 24, 2020

Crash when ApplyPhysicalAnimationProfileBelow node and UPhysicalAnimationComponent :: UpdateTargetActors by UPhysicalAnimationComponent :: OnTeleport run in the same frame. Because RuntimeInstanceDa ...

Canvas Render Target 2D doesn't get alpha mask when rendering with ES3.1

UE - Platform - Mobile - Apr 23, 2020

The Alpha Mask on a Canvas Render Target 2D no longer appears when rendering with ES3.1. This is a regression from 4.24.3 (CL-11590370). This was reported and tested in 4.25 Preview 7 (CL-12759524) ...