Crashes when copying an array of actors that implement an interface into an array of interface references

UE - Gameplay - Sep 17, 2019

When assigning an array of actors that implement a specific interface to an array of the specific interface the engine crashes. This doesn't happen if the actor array is put through a for each loop ...

Diffing Tool showing false positive when diff'ing identical blueprints using FText input pin

UE - Editor - UI Systems - Localization - Sep 17, 2019

When diffing the two blueprints, the FText values are deemed different when they are the same. A workaround has been found by doing a pure string-compare for FText inside "GraphDiffControl::ArePinsD ...

CharacterMovement component is not accurately reflecting the characters velocity when becoming uncontrolled during movement.

UE - Gameplay - Sep 16, 2019

The boolean "bRunPhysicsWithNoController" has an attached note that reads: " * Normally without a Controller, movement will be aborted and velocity and acceleration are zeroed if the character is w ...

Viewport breaks with Forward Shading, MSAA and Accurate Velocities from Vertex Deformation Enabled

UE - Graphics Features - Sep 13, 2019

With Forward Shading, MSAA and Accurate Velocities from Vertex Deformation enabled  the viewport breaks. If any of these settings are different, the viewport is fine again. Found in 4.23 CL# 838658 ...

Web Remote Control Plugin missing from plugin window

Docs - Sep 13, 2019

Remote Control Plugin missing from plugin window. If you follow the instructions on this page they don't work due to the missing plugin. Searching "Web Remote Control" also doesn't find the plugin. ...

When searching for the "Timespan / float" the Context Sensitive search returns "Timespan * float"

UE - Gameplay - Sep 13, 2019

When searching for the "Timespan / float" the Context Sensitive search returns "Timespan * float". Found in 4.22.3 CL#7053642 Reproduced in 4.23.0 CL#8386587, 4.24.0 Main CL#8671808 ...

Crash When Enabling SSAO Smoothing with MSAA Enabled

UE - Graphics Features - Sep 12, 2019

The Editor is crashing when enabling SSAO while MSAA is enabled.  Found in 4.23 CL# 8386587 and 4.24 CL# 8569829 ...

Both HLOD and StaticMesh Visible in Play Modes

UE - World Creation - Worldbuilding Tools - HLOD - Sep 12, 2019

 Both HLOD and StaticMesh Visible in Play Modes. Found in  4.23 CL# 8386587 and 4.25 CL# 8569829 ...

HLOD is Offset when "Use Max LOD As Imposter" Is Enabled

UE - World Creation - Worldbuilding Tools - HLOD - Sep 12, 2019

HLOD is Offset when "Use Max LOD As Imposter" Is Enabled Found in 4.23 CL# 8386587, 4.24 CL# 8569829 ...

Renaming Sprite Actor in Struct Blueprint, and closing the Editor causes de-reference

UE - Gameplay - Sep 12, 2019

Paper Sprite actor set as a Default Value in a Blueprint Struct is set to none, when the sprite is renamed, saved, and the Engine is restarted. ...