Input Key Selector's Set Text Style does not change Text Style when given Text Style Variable ...
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 ...
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 ...
Within a UMG Widget Blueprint. Calibri font space between characters changes depending on the onscreen size of the textbox widget containing it. ...
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 ...
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 ...
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 ...
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 ...
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 ...
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(). ...