For some reason, it appears that manually setting the focus (whether it be user, keyboard, or both) on an editable text box in UMG causes the caret to blink slowly. However if you were to manually s ...
The implementation for SCheckBox::SetIsChecked simply sets IsCheckboxChecked without checking to see if the passed in value is different and does not trigger OnCheckStateChanged. ...
A user has reported that using GetAttachedActors in the Constructor does not work properly. If actors are attached in the editor, the function does not return the correct value when called in the Co ...
The column names in the data table editor appear to directly use the property name instead of the "pretty" version of the property name. If the "DisplayName" meta specifier is used, though, that is ...
It looks like the line's lifetime is forced to the default line lifetime of one second if the provided lifetime is less than zero, which would be the case if calling the function with just enough pa ...
It should be noted that this issue does not occur if you were to create a new "test widget" (by dragging it from the widget list) every time instead of copying and pasting an existing widget. The i ...
when curl requests are redirected (301) – response headers are merged together and are comma separated. but, Content-Type headers are required to use semi-colon ";" separators. ...
ComponentSweepMulti sweeps each shape of a component, however resets OutHits at the start of a new shape, losing the prior hits, only returning the hits of the last shape swept. This is a regressio ...
Widgets set to the color FF00FFFF will become gray after compile ...