Widget retains reference for widgets that have been replaced and deleted

UE - Editor - UI Systems - Mar 29, 2018

Widget references remain even after the referenced widgets have been deleted. This happens if the widget was replaced with another user created widget. ...

Replacing a Widget and then reusing it's name for another widget will cause a crash

UE - Editor - UI Systems - Jun 4, 2015

The user named a border "background" then replaced it with a canvas panel. After this they made an image and named it "background" and this cause a crash. Some kind of naming conflict. ...

UMG widgets aren't cleared when levels are swapped via 'open LevelName'.

UE - Editor - UI Systems - Oct 30, 2014

If a level has UMG widgets, swapping to other levels (including the level you're already on) doesn't clear away the UMG widgets. ...

Replacing a UI widget element and then undoing it causes the Widget Blueprint's UI elements to be deleted on editor restart

UE - Editor - UI Systems - Jan 25, 2021

When using the Replace With option and then undoing it, upon engine restart the Widget Blueprint's UI components are all removed from the Widget Blueprint. It seems the undo is crucial to the issue, ...

UMG Widgets containing child widgets that have bound animations fail to save

UE - Editor - UI Systems - Jan 10, 2020

Adding a child widget that contains a bound animation to a separate widget blueprint results in failure to save. Working in 4.22.3 Tested in: 4.22.3 CL#7053642, 4.24.1 CL#10757647, 4.25 CL#108892 ...

Crash occurs while replacing a Widget Component with a user created Text Block

UE - Editor - UI Systems - UMG - Aug 18, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896. The crash occurred. Crash occurs while replacing a Widget Component with a user created Text Block blueprint. ...

Replace with child on subtree of the NamedSlot is broken after reloading a widget.

UE - Editor - UI Systems - Apr 5, 2021

"Replace with child" does not work well with the NamedSlot widget after reloading the widget blueprint in Contents Browser. ...

UMG: Crash When playing an animation with the Same Name as a Widget

UE - Editor - UI Systems - Feb 22, 2016

Editor crashes when a UMG widget (Text block, whatever) and an animation track share the same name and the animation is played. NOTE: The Editor will not allow you to name a Widget the same as an a ...

UMG Animations do not play while the widget is offscreen

UE - Editor - UI Systems - Jan 22, 2018

Currently, widget animations are updated in UUserWidget's NativeTick. Widgets do not tick when they are offscreen (as intended), but as a side effect, animations are paused and will resume once the ...