Pressing CTRL+LMB/RMB does not scale along the X or Y values automatically. Instead, it scales the entire object. ...
Workaround it to reassign a material to the mesh and resave ...
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] ...
Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...
The Z order that is given to a widget based on it's position in the Hierarchy panel in 4.9 goes from bottom of the hierarchy to the top (The bottom widget is the front most widget) instead of the to ...
The drag delta detection in SlateApplication does not ensure that the two pointer events it is comparing are coming from the same pointer. This causes it to think dragging should begin on a widget b ...
When using the transform widget in the editor, the Property value of a PostEditChangeProperty() call will be NULL. The transform widget that is being moved in this case is the widget attached to th ...
If you create a UMG with an image in the Umg that is not a power of 2, The image will not appear on an iOS device. Tested this on a Android device (Nexus 5 with ETC1 and ATC. PVRTC will not allow t ...
The user can use special character when naming widgets in widget blueprints which can cause some issues. In this case naming a button "<" and adding a child text block to the button named ">" will c ...