Running the "stat startfile" command in a 4.19 project causes constant editor hitching. Running the same command in a 4.18 project does not produce any hitching by comparison. ...
The position of game windows from Standalone Game mode are not saved properly when multiple windows are used. The placement of the windows upon the next launch ends up placing all of the windows on ...
Blueprint enumeration editor is not adding new enum values. ...
Materials with mask and pixel depth offset appear to be empty in Shader Complexity viewmode in SM5. Both happens in material preview and world viewport. [Image Removed] Works fine in ES31. [Ima ...
IsVisible()/IsVisibleInEditor() should be a contribute to the logic in ShouldRender(). NOTE: This code was written during the UE3 life cycle. Found in 4.22 CL#7053642 ...
The problem is that the camera is evaluated when the sequencer is played, but the animation does not seem to play properly. It seems that the licensee found this problem when implementing it in C++, ...
REGRESSION RANGE WORKING: 9404494 (right before Dev-Core copy up at 9405827 BROKEN: 9407021 (Dev-Networking copy up) NavigateToFunctionSource: Unable to find symbols for 'UPaperFlipbook::GetNumFr ...
Toggling a bool doesn't enable/disable the elements of the array similarly to how it does for TArray in the details panel. Static arrays should have the same semantics as TArray with regards to edit ...
Currently the Dynamic Entry Box has no protection against recursion, leading to a stack overflow and a crash. This issue was reported and tested in 4.25 (CL-13144385). This was reproduced in 4.24.3 ...