Sequencer renders events affecting UMG twice ...
Widgets provide warnings instead of errors for "Access None". When hitting and access none a widget blueprint does not produce an error. However, a warning can be found in the output log. This appea ...
Setting Widget reflector to 0.8 causes menus to flicker. The menus begin to flicker between sizes ...
References for a return node do not appear to update when changing the class settings for the "Create widget" node. The return node does not appear to update the expected out put and instead throws ...
"By default, the device profile for android_high (which is used by phones such as the galaxy s8 and s9) gives a scale factor of 1.0 resulting in 1280x720. When choosing a ~2:1 device such as the gal ...
When you add a editable text box to a project via UMG and package and deploy that project for HTML5, The Text box will show invalid characters when certain keys are pressed. I have attached a photo ...
If the user tries to replace a reference to a variable with multiple wires (one that should break and one that shouldn't) the Editor freezes up. ...
Setting a vector variable to editable and showing a 3D widget within a blueprint actor component does not show the 3d widget within a blueprint implementing the component. ...
If the user creates a widget blueprint and adds an image with transparency the image will appear slightly darker when launched in HTML5 (firefox nightlie in this test) ...
It appears the custom hit testing logic of WidgetComponent handles click positions well via UWidgetComponent::GetHitWidgetPath adding virtual mouse coordinates to the arranged widget, but mouse move ...