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. ...

Moving a Widget in UMG by dragging the position value results in Stuttering and Jerking

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

This is a regression. Tested in //UE4/Release-4.27 CL#18319896 Moving widgets within UMG by dragging the position value with any sort of speed results in the widget stuttering and jerking around.  ...

CommonUI Module Loading Ensure

UE - Editor - UI Systems - UMG - Jul 22, 2022

Generated from CrashReporter ...

Palette panel favorites category no longer stores more than 1 favorite at a time

UE - Editor - UI Systems - UMG - May 10, 2022

This is a regression from 4.27.2 CL18319896 The favorites category within the User Widget's palette no longer stores more than 1 favorite at a time. Each time a new favorite is starred it replaces ...

Text doesn't update when wrapped in a Retainer Box

UE - Editor - UI Systems - UMG - May 2, 2022

This is a Regression. Retainer box is prevent Text to update in different situations including binding the text. ...

World-space widget components drawing at desired size won't draw any smaller than 100x100

UE - Editor - UI Systems - UMG - Apr 19, 2022

Widget components set to "draw at desired size" won't draw any smaller than 100x100. This looks to be related to the hard-coded desired size of the SPopupLayer (callstack attached). This problem did ...

A widget set in the Grid Panel reverts back to it's default size and position when compiled

UE - Editor - UI Systems - UMG - Apr 13, 2022

A widget set to a specific row and column within a Grid Panel, that has been assigned multiple rows and columns, and then spanned across other rows and columns reverts to it's default position and s ...

UMG property binding fixup for real numbers doesn't always work

UE - Editor - UI Systems - UMG - Apr 5, 2022

For UMG delegates, we currently have a fixup pass that ensures that bound functions match the signature of the native delegate. However, the fixup appears to use the wrong function name, which cause ...

Editable Text doesn't reflect changes after having its style changed at run time

UE - Editor - UI Systems - UMG - Mar 30, 2022

Editable Text doesn't reflect changes after having its style changed at run time. The style is changed within the Editable Text correctly, but those changes aren't reflected. ...