Widget Flickering Observed in RetainerBox with Incorrect LayerId

UE - Editor - UI Systems - UMG - Nov 19, 2024

Setting the Phase Count of a RetainerBox to 2 or more may cause other widgets within the same UserWidget to flicker. Upon investigation, we found that during frames where the flickering occurs, the ...

Scrolling through the ListView inadvertently displays duplicate elements

UE - Editor - UI Systems - UMG - Oct 17, 2024

When a ComboBox is set as elements in a ListView, it can see that the option is set to the wrong element when selecting the ComboBox.  ...

Cursor locks to ScrollBox in native fullscreen mode are locked in the wrong position

UE - Editor - UI Systems - UMG - Sep 17, 2024

When specifying a widget of a different size than the screen in FReply::LockMouseToWidget, the cursor is locked to a different position in native full screen mode. It appears that the window size n ...

MVVM: Bindings set to Tick aren't executed every frame

UE - Editor - UI Systems - UMG - Sep 4, 2024

Crash on Unreal Editor Exit due to subclass of UEditorUtilitySubsystem

UE - Editor - UI Systems - UMG - Jun 18, 2024

Since UE5.4, it has been reported that if there's a class derived from UEditorUtilitySubsystem, the program crashes when the editor exits. This is because the code added in CL30853505 accesses freed ...

UMG: crash when a namedslot has content in a widget blueprint and its instance

UE - Editor - UI Systems - UMG - Jun 17, 2024

workaround: open WBP_A and remove its namedslot content to avoid having two contents in the same namedslot. ...

Widgets will bind input delegates to the Player Controller's Input Component, but never unbind them

UE - Editor - UI Systems - UMG - Jan 30, 2024

This is a bug introduced with 18468289 a while ago. We added this functionality for [Link Removed], which allows input event nodes to be placed within widgets and have them behave correctly.  This ...

Error with variable during blueprint compile when selecting and deselecting widget name in UMG

UE - Editor - UI Systems - UMG - Jan 29, 2024

Selecting/deselecting the name of the widget on the UMG Designer will detect bleuprint changes. If compile blueprint at this time, it will output an error "due to old pin". The widget name has not a ...

UMG Animation MPC track cannot preview

UE - Editor - UI Systems - UMG - Jan 23, 2024

The reason should be in FMaterialShader::GetParameterCollectionBuffer , Scene is nullptr and cached value GDefaultMaterialParameterCollectionInstances ** doesn't update. ...