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

Widget causing ensure to trigger on end play

UE - Editor - UI Systems - Nov 15, 2019

Widget is causing an ensure to be hit when exiting gameplay.  Tested in: 4.24 Preview2 CL#10091930 , 4.25 CL#10183780 Attached URL's from the user:  https://forums.unrealengine.com/community/ge ...

Async loading fails because AssetManager's bHasBlueprintClasses does not consider WidgetBlueprint

UE - Editor - UI Systems - Oct 25, 2019

When bHasBlueprintClasses of AssetManager is enabled, WidgetBlueprint is not included in ClassName of ARFilter. Therefore, asynchronous loading using AssetManager of the UUserWidget inheritance clas ...

Tool tip grammer error for "Force Layout Prepass" node

UE - Editor - UI Systems - Oct 16, 2019

Grammatical error in a tool tip for the Force layout prepass node. It appears that he word "is" needs to be removed (see attached image) ...