Use Mouse for Touch leads to fire Released and Clicked with Pressed at the same time for UMG Button

UE - Editor - UI Systems - Nov 23, 2018

Pressed, Released and Clicked should be fired in the same manner w/wo Use Mouse for Touch option. These three events are fired at the same time when enabling the option. [Image Removed] ...

Crash after renaming Blueprintable DataAsset

UE - Gameplay - Blueprint Editor - Nov 21, 2018

Renaming a blueprint instance of a DataAsset which has been used as the parent class of a DataAsset will cause a crash. ...

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

Simple HMD VR preview left eye color issue

UE - Platform - XR - Nov 21, 2018

The left view in simple hmd (when no HMD is in use) will appear different from the right. All assets in the left view will appear one color (example image attached). ...

Selecting Two Sided Foliage In Editor with Material Layers Enabled Causes Crash

UE - Graphics Features - Nov 20, 2018

With material layers enabled, selecting two sided foliage will cause the engine to crash. This is working as expected in 4.20 CL# 4369336. Found in 4.21 CL# 4541578 and 4.22 CL# 4573698 This is a ...

Simulated ability tasks not being cleaned up in UActorChannel::ReplicationMap

UE - Networking - Nov 20, 2018

I've noticed the issue occurring in both 4.20.3 (CL 4369336) and 4.21.0 (CL 4541578). The user on AnswerHub has also noticed the issue in 4.20.2 (CL unknown) and claims the issue did not occur in 4. ...

WMR native plugin trigger axis not working

UE - Platform - XR - Nov 19, 2018

We are testing the new Windows Mixed Reality native support and have found that the trigger mapping to a button is working, but the trigger mapping to an axis is not, i.e. the event MotionController ...

DPI Scale Rule set to custom can cause performance issues during design time

UE - Editor - UI Systems - Nov 19, 2018

When setting the DPI Scale Rule to custom and using a named slot the frame rate of the editor will drop while zooming in and out of a widget that uses the widget containing the named slot. ...

Packaging to HTML5 fails when Online Framework is enabled

UE - Online - Nov 17, 2018

Packaging a project to HTML5 while Online Framework is enabled seems to cause packaging failures. It produces the following errors from the Output Log:   PackagingResults: Error: unresolved symbol: ...

Breakpoints on nodes in deleted functions are not cleared

UE - Gameplay - Blueprint - Nov 16, 2018

Might be a simpler repro than this, but take a look at revision 1 of PreRolledBoxes in FortniteMain to see an asset affected by this. It was duplicated from StoreRoot which had breakpoints in some o ...