The Tint setting under style for the slider bar in UMG does not appear to have an affect on the color of the widget

UE - Editor - UI Systems - Sep 4, 2015

Changing the Slide bar Color/Slide Handle Color will change the color of the Slider widget. However when changing the "Tint" settings under style, there does not appear to be any color change. ...

Renaming a Named slot widget appears to clear any children in all other widgets that the named slot is used

UE - Editor - UI Systems - Aug 9, 2019

When changing the name of a named slot widget, it appear that any children contained in the the named slot (when the widget has been added to other widgets) will be cleared ...

Widgets can no longer take focus after clicking somewhere other than the widget itself

UE - Editor - UI Systems - Jan 25, 2017

Widgets can no longer take focus after clicking somewhere other than the widget itself. The input mode appears to change, but does not change back when clicking widgets Notes: -This issue did not a ...

Replace Reference feature is not replacing textures with new selected texture

Tools - Jan 4, 2017

Workaround:Open M_TableRound, move a node. Save the MaterialReopening the project seems to fix the issue Replacing the reference of the deleted table texture is rendering default material. Note T ...

Performance hitch when creating widgets with child widgets containing animations

UE - Editor - UI Systems - Feb 14, 2018

When creating widgets that contain child widgets with animations, the performance appears when adding animations via child widgets. If the same amount of animations are created in a widget, the perf ...

UMG Editor Will Compile Incorrect Node And Crash When Called During Runtime

UE - Editor - UI Systems - Dec 26, 2019

The UMG editor will compile as if the blueprints is valid if you make "Get Text" node from a TextBlock variable, delete it and create a EditableText variable with the same name. When running a scene ...

Web browser widget does not receive input when used in a 3D widget component on Android

UE - Platform - Mobile - Jul 9, 2018

Web browser widgets to not receive input when used in a widget component on Android devices Update: Oculus Quest devs attempting to implement and interact with the web browser widget via widget i ...

Crash when using Ctrl+Z to undo a single digit change in the size of a widget

UE - Anim - Sequencer - Feb 21, 2017

When trying to undo a single digit change the editor will crash. For example, if a user highlights and replaces a single number in the size of a widget and then attempts to undo, the editor will cra ...

Large UMG Blueprint widget trees can lead to very long compile times when packaging with Blueprint nativization enabled.

UE - Gameplay - Blueprint - Sep 10, 2018

Licensee reports very long C++ compile times during packaging after nativizing a UMG Blueprint asset containing a very large and heavily-nested widget animation hierarchy. The support thread outlin ...

Is Over Hit Test Visible Widget does not return false when over a widget that is not hit test visible

UE - Editor - UI Systems - Mar 4, 2019

The Is Over Hit Test Visible Widget node does not return false when over a widget that is not hit test visible ...