Scale by Safe zone setting for Scale box does not scale children as expected

UE - Editor - UI Systems - Feb 11, 2019

Children of a scale box that is set to Scale by safe zone do not appear to scale as expected. ...

Scrollbox no longer works after being Collapsed (and made visible again) when using remote session

UE - Editor - UI Systems - Feb 5, 2019

Scroll box no longer scrolls after the visibility has been set to collapsed and back to visible. This only appears to occur when using Remote session. Additional info on setting up remote session: ...

Widget blueprint details panel appears to jitter when dragging widgets in the designer tab

UE - Editor - UI Systems - Feb 1, 2019

When clicking and dragging a widget in the designer tab of a widget blueprint some options in the details panel will begin to move/shake/jitter/readjust. ...

OnTextChanged event's tool tip needs more info/ is wrong

UE - Editor - UI Systems - Jan 29, 2019

The tool tip for On Text Changed for a text box appears to imply that only user interactivity will cause the event to fire (this is not the case). ...

Moving Widgets once produces multiple "Animatable Property Changed" Undo Transactions

UE - Editor - UI Systems - Jan 10, 2019

Moving Widgets produces multiple "Animatable Property Changed" Undo Transactions that appear to do nothing Similar to [Link Removed] Also occurs in //UE4/Main at CL 4702542 ...

[Feature Request] Mouse-wheel zoom logic seems incorrect in UI Designer

UE - Editor - UI Systems - Jan 7, 2019

When using the mouse wheel to zoom the Designer view, the behavior is not intuitive. (ZoomLogicDesigner.gif) in the Designer view, place the mouse near the top left corner. Use the mouse wheel to ...

Pressing ESC while on a drag operation makes drag visual to be disappeared and OnDragCancelled not to be called.

UE - Editor - UI Systems - Dec 11, 2018

DragDropOperation is removed when pressing esc button. but this is skipping OnDragCancelled so it can disrupt user's UMG drag operation logic.  ...

Copy-pasted user created umg not updating if the template was modified

UE - Editor - UI Systems - Dec 5, 2018

When copying/pasting a user created Widget into another widget any changes made to the copy will change the main Widget without making any changes to the copy. ...