Editor crashes if Sequencer has keyframes for a variable that has changed

UE - Anim - Sequencer - Sep 19, 2018

The Editor crashes if loaded sequence has keyframes for an actor variable that has been changed, instead of soft erroring out. This was reported and tested on 4.20.3 (CL-4369336). It was reproduced ...

When ParallelExecutor is enabled, Japanese build output of VisualStudio garbled

UE - Foundation - Cpp Tools - Sep 19, 2018

From UE4.20, Japanese build output of VisualStudio garbled. Below is a comparison between 4.19 and 4.20. ・4.19.2 1>------ すべてのリビルド開始: プロジェクト:MyProject3, 構成:Development_Editor x64 ------ 1> Clea ...

A plugin CanBeUsedWithUnrealHeaderTool=true with "Program" type will not be compiled

UE - Foundation - Cpp Tools - Sep 19, 2018

It is ok for 4.19. ...

SceneDepth failed with MSAA on PC Mobile Preview

UE - Platform - Mobile - Sep 19, 2018

In PC ,RHICreateTargetableShaderResource2D will create SeparateTarget and ShaderResource, and after basepass resolve depth from TargetableTexture to ShaderResourceTexture. But in mobile preview,  ...

Clicking on object causes EndInputTouch to fire on the press instead of the release

UE - Editor - UI Systems - Slate - Sep 18, 2018

When clicking on an object EndInputTouch sometimes fires on the press instead of the release. This was not an issue in 4.19.2 (CL-4033788) and is a regression. However the functionality doesn't appe ...

Remote standalone build of a project fails due to incorrect path to project's Info.plist file

UE - Foundation - Cpp Tools - Automation Tool - Sep 17, 2018

Attempting to use UAT on Windows to remotely create a standalone build of a project for Mac fails in 4.19. The error message indicates that it cannot find part of the path to the project's Info.plis ...

Using 'Set Input Mode to Game and UI' and enabling 'Use Mouse for Touch' causes the Mouse to appear in different positions

Tools - Sep 13, 2018

When using 'Set Input Mode to Game and UI' and enabling 'Use Mouse for Touch' this causes the Mouse to appear in different positions and change the direction the camera is facing. This is a regressi ...

Can't build a project with a plugin only has header files and lib/dll

UE - Foundation - Cpp Tools - Sep 13, 2018

It's ok for 4.19. ...