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

UMG Calibri font space between characters changes depending on the onscreen size of the textbox containing it

UE - Editor - UI Systems - Jan 14, 2020

Within a UMG Widget Blueprint. Calibri font space between characters changes depending on the onscreen size of the textbox widget containing it. ...

UMG Widgets containing child widgets that have bound animations fail to save

UE - Editor - UI Systems - Jan 10, 2020

Adding a child widget that contains a bound animation to a separate widget blueprint results in failure to save. Working in 4.22.3 Tested in: 4.22.3 CL#7053642, 4.24.1 CL#10757647, 4.25 CL#108892 ...

"On List Selection Changed" Retrieves The Wrong Item When "Set Item Selection" is used.

UE - Editor - UI Systems - Jan 8, 2020

When a list view item in UMG is selected using "Set Item Selection" it will get the item of the first entry in the list or the last entry manually selected by the user. The correct item display nam ...

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

Widgets With Retainer Boxes Are Selected When Behind Widgets Without One

UE - Editor - UI Systems - Dec 24, 2019

When a widget that has a retainer box is behind another widget that doesn't have one it will call it's onclick instead of the one in front of it in the UMG when clicked (see attached gif). This beh ...

Widget Components Add Thin Black Outlines to Images

UE - Editor - UI Systems - Dec 13, 2019

When a slate element that uses a png with a transparency the edges have a black outline. When the Widget3DPassThrough material is applied to the widget the effect is lessened, but is the outline sti ...

Crash When Playing After Setting Size of Retainer Box to Minus

UE - Editor - UI Systems - Nov 25, 2019

Retainer box has minus size occurs crash when PIE, standalone and package.  Probably, we should add any codes for adjust size to 0 or more to  URetainerBox::SynchronizeProperties(). ...