When trying to create a widget with specific steps, the drawing order may not be correct. This is not reproduced when Global Invalidation is disabled, and the state can be restored. This issue is pr ...
Widgets that are pooled are given a pointer to a layout cache, if the layout cache dies, the pointer is bogus. Going to need to move over to using weak pointers to avoid the crash, will add some pe ...
If a user derives a blueprint from an existing widget that derived blueprint will no longer have access to the designer tab. ...
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) ...
When using a web browser widget to pull up a web page that has a drag and drop functionality, the drag and drop functionality does not work when done through the web browser widget. ...
If you include UMG in your project and deploy to an HTC One, the project will crash on the device. Tested this on multiple devices (Galaxy S5, HTC One, NVIDIA Sheild tablet) Monitor logs are atta ...
When a scale box is the the first child of a container widget, setting the user specified scale to 0 will affect all other widgets in the same parent container. ...
When applying downScale 2.0 to UI textures to reduce resolution, unintended display issues occur on widgets, such as: ・The border of box-shaped Widgets with DrawAs set to “Box” becomes thinner ・Dot ...
Keyboard input appears to be ignored when trying to input text in to a widget component. The text box does not accept any keys being pressed. ...
If a widget is removed from parent and then gets added back to the screen later it will come in with a zorder of 0. ...