Packaging failed! toast does not replace the previous toast. Users are able to click the Dismiss button for the most recent toast, but not for any others. The Show Output Log link works on all acti ...
The engine crashes when trying to initialize a native UserWidget within another widget. This happens because UUserWidget::GetSlotNames gets called before the widget tree is initialized, and we don't ...
The Scroll box cannot be scrolled by clicking and dragging the scroll bar when used as a widget component. ...
Virtual keyboard does not come up when using a widget that allows text editing ...
When a Sprite that has been created from a Texture Atlas is used in a Widget, it can not be tiled. Instead the whole Texture Atlas is tiled. Reported in version 4.25.3(CL 13942748). Tested and fou ...
Struct members belonging to a UserWidget can be set from a parent widget, but they cannot be cleared. Upon compiling, the member will be set back to it's previous value. ...
Renaming a Struct variable that is used in a Widget BP creates 'Warning: Unknown property in' warnings in the Output Log User Description: I think this should be brought up as these seems to be a ...
When translating a retainer box in an UMG animation the scale of the retainer box is also affected. Attached is a 4.23 example project. Found in 4.24.3 CL#11590370 Reproduced in 4.23.1 CL#9631420, ...
The button used to toggle a localization preview in the UMG designer tab does not appear to have an effect on any of the text in the designer tab. ...
The reason should be in FMaterialShader::GetParameterCollectionBuffer , Scene is nullptr and cached value GDefaultMaterialParameterCollectionInstances ** doesn't update. ...