Get viewport size returns unexpected values when Windows scaling is 125% or higher and High DPI support is enabled

Tools - Nov 26, 2018

Get viewport size node returns unexpected values when the user has set the windows scaling higher than 100% and has also enable High DPI support. ...

4.21 PIE Issues in High DPI

Tools - Nov 26, 2018

Using a High DPI monitor with a multiple players PIE window results in the 2nd PIE window not saving its location when moved around. Using a monitor with a smaller DPI scale the 2nd window will save ...

Reversed Animations don't play properly using Skeletal Mesh Pose and animations with Keep State in Sequencer

UE - Anim - Sequencer - Nov 26, 2018

The bug seems to only reproduce when setting animations in sequencer and only if the animations are set to "Keep state". Setting them to "restore default" makes the reversed animation play correctly ...

Alpha Compression Artifacts

UE - Graphics Features - Nov 23, 2018

Confirmed in Main 4.22 @ CL 4586854 in 4.21 Alpha looks to be about 1 pixel larger than other channels in certain parts of the texture "The issue is not improved by changing compression settin ...

Mobile VR App Crash with Monoscopic Far Field and Multi-View enabled

UE - Platform - Mobile - Nov 23, 2018

Mobile VR (Oculus Go) App Crash with Monoscopic Far Field and Multi-View enabled Workaround: Do not use Monoscopic Far Field and Multi-View at the same time Also confirmed in 4.22 Main @ CL 45 ...

Wacom Tap to Left Click Doesn't Work with Drop Down Menus

Tools - Nov 23, 2018

While using a Wacom tablet, if you tap to click on drop down menus they will not open up. The menu will appear for a moment then close immediately. Occasionally if you click away from the drop down ...

Material Instance Can't Update Material Parameters Defined in a Material Function Within a Material Layer

UE - Rendering Architecture - Materials - Nov 21, 2018

When you edit the parameters of a material function that is within a material layer from the material instance, the material instance does not update. Found in 4.20 CL# 4369336, 4.21 CL# 4541578, a ...

Custom CrowdManagerClass reference is set to none when restarting the Editor

UE - AI - Nov 21, 2018

When setting a C++ class that's derived from CrowdManager as the "Crowd Manager Class", will cause the "Crowd Manager Class" value to be set to "None" when the Editor is restarted. This issue was r ...

Setting Lightmap Coordinate Index Past 3 Causes Mesh to Get No Lightmap Information

UE - Graphics Features - Nov 20, 2018

Meshes with their Lightmap Coordinate Index set to anything over 4 will not be lit by static or stationary lighting.  Found in CL# 4.19 4033788, 4.20 CL# 4369336, 4.21 CL# 4541578, 4.22 CL# 4573698 ...

Yaw input is not always applied as expected depending on whether the yaw input function is called in the Player Controller Blueprint vs in the Character Blueprint

UE - Gameplay - Blueprint - Nov 20, 2018

In the attached project, the controller Blueprint is set to apply rotation based on a pair of bool values indicating whether the A (Rotate Left) or D (Rotate Right) keys are pressed. The controller ...