The scene capture 2d doesn't capture a 3d widget if it starts off screen with capture every frame disabled. Found in 4.15 CL# 3450819, 4.19 CL# 4033788, 4.20 CL# 4233996, 4.21 CL# 4275031 May be r ...
DrawDebugString does not appear to be working when combined with nDisplay. ...
This was disabled for clang a long time ago in CL 3019423 due to a codegen crash but seems like the bug is fixed now ...
Spinbox displays values that differ from the value of the delta, when values are displayed for a spinbox their value always reads in the 0.000001 values, instead of listening to the delta. Unsure if ...
It looks like a component will have a velocity calculated and saved when animated by a sequence during a level save. ...
When creating a grand child widget it appears that the preconstuct does not behave as expected. The child widget fails to render widgets that belong to its parent's parent. ...
Code asserts because it assumes that a self closing node is within another node or has another node left in the doc to parse ...
Private functions within a blueprint can be called from other blueprints. A warning does appear but the function is run despite this warning. ...
If the user adds two widgets to a switcher and then tries to drag one out of it the editor will crash ...
Currently, the SButton and SBorder widgets multiply the color and opacity during OnPaint before calling the super (SCompoundWidget::OnPaint). This causes the operation to be done twice, since the co ...