If a widget is set to be the parent of another widget and that widgets child is added to its designer tab, opening one of those widgets will cause a crash

UE - Editor - UI Systems - Nov 1, 2016

If a widget is set to be the parent of another widget and that widgets child is added to its designer tab, opening one of those widgets will cause a crash ...

Cannot use a material instance to "Replace Reference" when deleting a material that is assigned to an image widget

UE - Editor - UI Systems - Mar 12, 2015

Material Instances are not given as options when assigning a replacement material to a UMG image widget after the original material was deleted. ...

nDisplay - UMG widgets sync

UE - Virtual Production - nDisplay - Nov 9, 2019

As soon as the widget was visible on the node/display at least once all nodes/displays receive the button press and correctly increase the counter. Therefore it seems like the widgets are only initi ...

BP - Nativizing a UMG widget hierarchy in which a child widget of another widget BP type has the "Is Variable" box unchecked will result in a crash at runtime.

UE - Gameplay - Blueprint - Jan 28, 2020

When the "Is Variable" box is unchecked for a BP-typed child widget, a variable will not be created at Blueprint compile time to reference the child widget in the nativized widget BP class. This bre ...

UMG Widgets aren't cleaned up when a player is removed

UE - Editor - UI Systems - Apr 7, 2016

When a player is removed from a split screen game, UMG widgets associated with their screen are not properly cleared. ...

UMG Widget Hierarchy auto-expands on simple changes causing frustration and a slow work flow

UE - Editor - UI Systems - Oct 10, 2016

1. Create a hierarchy in UMG that has a couple layers deep of children such as vertical boxes that have multiple children that are vertical boxes, widget switchers .. 2. Collapse all children in th ...

UMG Animations on existing widgets break when loading new level

UE - Editor - UI Systems - Jan 14, 2021

Marking as a regression as this does not occur in 4.25.4 User description: I want to have UMG UI that persists for the lifetime of the game so I create my root widget and add it to the viewport fr ...

Regular UMG Widgets can be reparented to editor widgets but do not work.

Tools - May 11, 2020

This may just need to be closed, we may not be able to control this at such a level.  This really comes up more than you would guess.  I think almost everyone has made a widget, wanted to call Edito ...

Widget class is replaced with a placeholder class when reloaded

UE - Editor - UI Systems - Feb 13, 2015

After reloading this project the widget assigned to the 3D widget will be replaced with a Class called "PLACEHOLDER-CLASS PlayerHealth" PlayerHealth is the original name of the class that is suppose ...

UMG Widget Set Focus in Standalone broken

UE - Editor - UI Systems - Aug 7, 2018

Focus is no longer set on UMG 3D Widget when playing in Standalone. (PIE works in both versions) Also verified in Main CL# 4247867 ...