Material parameters flickering due to UMG animation switching and multi-threaded execution

UE - AI Workflows - UI Systems - UMG - May 12, 2026

When continuously transitioning to UMG animations that have a track targeting the same material parameter within the UUserWidget::OnAnimationFinished event, the number of source inputs to UMovieScen ...

UMG Viewmodel Plugin -- When setting up View Bindings, several arithmetic and comparison functions are missing from the "Conversion Functions" list

UE - AI Workflows - UI Systems - UMG - Mar 20, 2026

When setting up View Bindings from the "UMG Viewmodel Plugin" on a Widget Blueprint, it is possible to select a compatible "Conversion Function" from the list of available bindings. By default, the ...

Material Parameter Collection Track doesn't work in UMG Preview from 5.7

UE - AI Workflows - UI Systems - UMG - Feb 12, 2026

The UMG editor allows us to add a Material Parameter Control track to an animation. This track makes it possible to animate parameters used in a material. Designers can scrub the timeline and previe ...

Crash when Background Blur is added with Instanced Stereo enabled

UE - AI Workflows - UI Systems - UMG - Jan 26, 2026

Drag and Drop fails in Standalone and Packaged builds when WidgetComponent’s Widget is set at runtime

UE - AI Workflows - UI Systems - UMG - Dec 4, 2025

When a UWidgetComponent has its widget assigned dynamically at runtime using CreateWidget and SetWidget, drag & drop operations fail in Standalone Game and packaged/game builds, while working correc ...

Initialization error when creating FEventReply objects from Python

UE - AI Workflows - UI Systems - UMG - Nov 28, 2025

the handled value passed to unlock_mouse is actually treated as unhandled, because FEventReply has no uproperty and no Identical()function of its own. Adding WithIdenticalViaEquality can fix this is ...

OnTextChanged not called for UEditableTextBox / UMultiLineEditableTextBox when text is set programmatically

UE - AI Workflows - UI Systems - UMG - Sep 29, 2025

When calling SetText() on a UEditableTextBox or UMultiLineEditableTextBox, the OnTextChanged delegate is not triggered. This regression was first reported in UE 5.3 and acknowledged previously in UD ...

UMG Retainer Box renders incorrect colors with Color Vision Deficiency enabled

UE - AI Workflows - UI Systems - UMG - Aug 27, 2025

When using a Retainer Box in UMG with Color Vision Deficiency enabled, the content inside the Retainer Box is rendered with incorrect colors compared to the rest of the UI. This bug is present in UE ...

UV Offset Effect Material in RetainerBox Causes Visual Artifacts in Editor Preview

UE - AI Workflows - UI Systems - UMG - Apr 22, 2025

When a UV Offset is applied in a RetainerBox effect material, visual artifacts appear only in the editor — not at runtime — if a widget with a dotted preview outline (like CanvasPanel) is placed dir ...

When changing the Visibility of a RetainerBox wrapped widget to “Not Hit-Testable(Self&AllChildren)”, the widget incorrectly accepts the hit test

UE - AI Workflows - UI Systems - UMG - Jan 28, 2025

The result of changing the Visibility of a widget placed as a child of RetainerBox is not reflected. Here we have disabled hittest for the Button widget, but hittest is incorrectly accepted. This is ...