Font advance and fallback font metrics have issues in 4.16

UE - Editor - UI Systems - Slate - Jun 5, 2017

There were some font regressions in 4.16 that we've since fixed (CL# 3456916 and CL# 3425681). These are affecting live users so we should get them into the next 4.16 build. ...

Cannot Scroll down to events with advanced options expanded

UE - Editor - UI Systems - Slate - May 31, 2017

When using UMG and enabling advanced options then deselecting and reselecting the asset can cause issues with the scrollbar length and cause some options to be initially cut off. The scrollbar then ...

Scroll bar becomes so large that you can no longer scroll with Cloth Config open

UE - Editor - UI Systems - Slate - May 11, 2017

Scroll bar becomes so large that you can no longer scroll with Cloth Config open [Link Removed] is a similar report, but this actually affects functionality of the details panel. [Image Removed] ...

Drag in event graph does not work after touch event with breakpoint

UE - Editor - UI Systems - Slate - May 3, 2017

Dragging in event graph does not work after touch event with a breakpoint. This issue persists after the PIE has stopped as well. But the issue is resolved when the project is reopened. Regression: ...

Set mouse current cursor does not set until the user clicks in the window when using PIE

UE - Editor - UI Systems - Slate - Apr 20, 2017

Set mouse current cursor does not set until the user clicks in the window when using PIE. The user must click into the window before the mouse cursor will change. Note: This does not happen in sta ...

[CrashReport] UE4Editor_Engine!FSceneView::FSceneView() [sceneview.cpp:627]

UE - Editor - UI Systems - Slate - Apr 11, 2017

Opening UE4.14 using thecommand line "-forceenablecrashtracker," results in a red circle on the top right of the editor that when clicked provides a link to a 20 second video recorded from when you ...

Tooltips spawn below content widget of a menu anchor within a menu anchor

UE - Editor - UI Systems - Slate - Apr 10, 2017

Tool tips will appear under the content of two nested menu anchors. This occurs because of the 'Should Defer Painting After Window Content' option, enabled by default. The second defer will cause co ...

Slate viewer closes when trying to click the ComboButton drop down

UE - Editor - UI Systems - Slate - Apr 5, 2017

Slate viewer closes when trying to click the drop down labeled "ComboButton" if the drop down just above it is flickering due to position issues. ...

Potential crash when an active timer removes itself from the ActiveTimers array

UE - Editor - UI Systems - Slate - Mar 29, 2017

A licensee experienced a one-off crash that appears to be related to an active timer removing itself from the ActiveTimers array, leading to an out-of-bounds crash when we try to unregister it again ...

Touches on windows generate 2 mouse events.

UE - Editor - UI Systems - Slate - Mar 22, 2017

The problem is that windows supplies both a touch event and a mouse event for each touch. The engine then handles touches as mouse input so that UI elements can work correctly on touch platforms. ...