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 produces multiple "Animatable Property Changed" Undo Transactions that appear to do nothing Similar to [Link Removed] Also occurs in //UE4/Main at CL 4702542 ...
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 ...
DragDropOperation is removed when pressing esc button. but this is skipping OnDragCancelled so it can disrupt user's UMG drag operation logic. ...
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. ...
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] ...
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. ...
When packaging a project for Windows, Child Widget Blueprints do not inherit bindings. Tested in 4.20.3 (CL - 4369336), 4.21.1 (CL - 4567586), 4.22 (CL - 4572453) ...
UCanvasPanelSlot::PostEditChangeChainProperty not only does not call its Super function unless the anchor node has been set, but it calls Super:: PostEditChangeProperty instead PostEditChainProperty ...