Hitting undo on a text widget while it is still selected will cause an assert. This appears to happen because the widget loses focus and attempts to commit it's text while still processing the undo, ...
Children of retainer widgets have improper clipping, causing any widgets set to "Clip to Bounds" to clip incorrectly. This may also affect hit testing in cases where multiple retainer widgets are ne ...
Only 2 digits are visible in the size box that holds values between 1.0 and 0. Meaning most values will contain 3 digits. This is different from UE4 where more digits are visible. ...
The smaller the scale box is the more to the right a text block from the user created widget will get. In this example the User created a text block that was inside of a size box. They they added th ...
Certain particle systems freeze when rendered in Fullscreen mode during PIE with Text Block added within Widget Blueprint. From what I could tell it is the GPU particles that are freezing. Note I n ...
UMG Visibility binding resets to default after closing and reopening project first time. "Get Visibility" on Button click boolean toggle for widget blue print "False" return node value gets automa ...
Calling SetIsEnabled on a UMG button in code will prevent any UMG input from being read (can't click other buttons/checkboxes, can't enter text into field, etc). Regression: No - code used does not ...
The widget component acts differently under different lighting types. For example it will cast a shadow if being lit by a directional light but won't otherwise. It also seems point lights affect t ...
Widget components set to "draw at desired size" won't draw any smaller than 100x100. This looks to be related to the hard-coded desired size of the SPopupLayer (callstack attached). This problem did ...
If a user has a period in the name of their widget and they then copy and paste that widget the editor will crash ...