Unable to Select Item from list in blueprints under certain conditions

UE - Editor - UI Systems - Slate - Feb 25, 2020

[Image Removed]  This happens with not only enums, but any combo box. Another example is the "Create Event" where you can select a matching function. This is a problem with how this slate widget ...

Drag and Drop Operations Don't Work Correctly When "Render on Phase" Is Enabled In a Retainer Box

UE - Editor - UI Systems - Slate - Jan 31, 2020

Drag and drop operations don't work correctly when "Render on Phase" is enabled in a retainer box. When "Render on Phase" is disabled the drag and drop operations work as expected. In 4.23.1 the dr ...

Map container which has struct type value might be displayed inside unnecessary hierarchy

UE - Editor - UI Systems - Slate - Jan 23, 2020

Essentially, A bug in --[Link Removed]-- comes up with only customized struct property. If a struct doesn't have customization, it can be displayed compact without "Element X" node hierarchy. It i ...

Custom Launcher Profile Drop Down Menus Don't Render Correctly When DPI Is Above 100%

UE - Editor - UI Systems - Slate - Jan 6, 2020

Drop down menus in custom launcher profiles don't render correctly when the DPI is above 100%. This is happening to the very wide drop down menus. This isn't happening in 4.23 CL#9631420. Found in ...

The color picker stops working after changing the color once on a color property on a component

UE - Editor - UI Systems - Slate - Nov 13, 2019

Changing the color on a component property via the color picker will cause the picker to stop working until it's closed and reopened. This occurs because a property change event is sent out, and the ...

Float RGBA Framebuffer rendering settings changes UI

UE - Editor - UI Systems - Slate - Nov 11, 2019

When changing the rendering Frame Buffer Pixel setting from "10 bit RGB 2 bit alpha" to "Float RGBA".  The Editor's UI will change.  (Please see the attached screenshots for comparison) ...

Graph Editor ZoomToFit fighting user

UE - Editor - UI Systems - Slate - Oct 22, 2019

When using the middle mouse button for panning in a graph editor, the zoom/pan transition effect will not cancel before completion due to manual input, leading to UI/User competition in an undesirab ...

Background Blur widget renders with offset in PIE when within a Retainer Box

UE - Editor - UI Systems - Slate - Oct 10, 2019

The background blur widget does not render in the correct position in PIE when it is within a retainer box. It's likely that we're not applying the retainer window's offset properly when calling FSl ...

Combo Box String widget doesn't change color via function

UE - Editor - UI Systems - Slate - Sep 24, 2019

Attempting to change the Foreground color of a Combo Box String in the Graph tab of the owning widget Blueprint has no effect. Tested in 4.20.3 (CL - 4369336), 4.21.2 (CL - 4753647), 4.22.3 (CL - 7 ...

The Left Mouse Button Pressed event is not firing when Input Mode Game Only is set and Show Mouse Cursor is true

UE - Editor - UI Systems - Slate - Sep 20, 2019

The Left Mouse Button Pressed event is not firing when Input Mode Game Only is set and Show Mouse Cursor is true. Attached is an example project (4.23) that demonstrates the issue. Found in 4.23.0 ...