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

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

When CommonTabListWidgetBase and ScrollBox are arranged vertically, tabs within CommonTabListWidgetBase momentarily become selected when scrolling the ScrollBox upward

UE - Editor - UI Systems - UMG - Mar 19, 2026

When attempting to scroll the ScrollBox upward, the cursor briefly shifts focus to another widget (CommonTabListWidgetBase). When logging this behavior using LogSlate VeryVerbose, it can be observed ...

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

UE - Editor - 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 - Editor - UI Systems - UMG - Jan 26, 2026

Initialization error when creating FEventReply objects from Python

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

UMG Retainer Box renders incorrect colors with Color Vision Deficiency enabled

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

Global Invalidation causes CommonAnimatedSwitcher to flicker after animation completes

UE - Editor - UI Systems - UMG - Feb 19, 2025

The common animated switcher will currently flicker for one frame when its transition animation completes if global invalidation is enabled. This appears to be caused by a visibility change (HitTest ...

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

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