Bound Variables In UMG Are Deleted As Unused If Not Used In The Graph Window

UE - Editor - UI Systems - Mar 18, 2020

If a variable is bound in the Design Window of a User Widget asset it will be deleted if you use the menu option "Delete all unused variables". Found in 4.24.3 CL#11590370 Reproduced in 4.23.1 CL#9 ...

UMG Animations Scale Retainer Boxes When Only Translating them

UE - Editor - UI Systems - Feb 28, 2020

When translating a retainer box in an UMG animation the scale of the retainer box is also affected. Attached is a 4.23 example project. Found in 4.24.3 CL#11590370 Reproduced in 4.23.1 CL#9631420, ...

World Space Transparent Widgets Have Motion Blur

UE - Editor - UI Systems - Feb 24, 2020

When a world space widget has their blend mode set to transparent they look blurry in motion. The effect is more pronounced when the camera rotates instead of when it is translated. Found in 4.24.2 ...

Widget "Listen For Input Action" executes on unexpected input event

UE - Editor - UI Systems - Feb 19, 2020

Listen For Input Action firing erroneously. Confirmed in 4.26 MAIN @ CL 11536993 ...

UMG Crashes When Using "Create Dynamic Material Instance" With An Optional Name Twice

UE - Editor - UI Systems - Feb 17, 2020

When using an Optional Name parameter in Create Dynamic Material Instance while using the same Optional Name twice in UMG the engine crashes. I have tested this in a actor blueprint that applies th ...

Unable to input with IME in widget component.

UE - Editor - UI Systems - Feb 12, 2020

Unable to input IME text in widget component, but able to input IME text in textbox like UMG designer.  It works fine until 4.21, however it wasn't able to work after 4.22. Workaround: void FSla ...

Input Key Selector's Set Text Style does not change Text Style when given Text Style Variable

UE - Editor - UI Systems - Feb 6, 2020

Input Key Selector's Set Text Style does not change Text Style when given Text Style Variable ...

Child widget of Retainerbox draws with incorrect offset of RenderTranslation

UE - Editor - UI Systems - Feb 5, 2020

The child widget of Retainerbox was applied incorrectly offset the RenderTranslation of the parent widget and draws it. This issue is 4.24 only. it's fine as well as the preview on UMG Designer in 4 ...

Material and Animation do not stop even if Game pauses when Material domain is User Interface

UE - Editor - UI Systems - Jan 22, 2020

For Animation and Tick, we have confirmed that pausing can be done by stopping Native Tick. But we can't stop with Material. Widget Component can change the handling of time with EWidgetTimingPolicy ...