Adding components in an Actor then undoing them after an action in the Viewport, leaves sub-components behind. This is a regression from 4.19.2 (CL-4033788). This issue was reported and tested in 4 ...
In PIE games, it looks like this may be caused by the window immediately taking control of the mouse and setting up focus. In networked games, clients call ULocalPlayer::SpawnPlayActor which will c ...
When going through the engine content you are unable to select SimplePivotPainterExampleMat Instance's parameter settings if Param button is disabled. If the button is enabled the settings appeared ...
After painting foliage meshes on a BSP surface and rebuilding the level (more specifically the geometry), the meshes are deleted. This bug is especially nasty because you cannot Ctrl+Z after buildi ...
Custom events cannot be called as functions after being made in level blueprints or after changing levels. User must close and re-open editor to be able to call a custom event. ...
Adding Screen Space reflections to a Translucent Material Causes black reflections. Sometimes the reflections are completely white and do not change when changing the intensity of the lighting. [L ...
Once a slider receives keyboard focus, the keys will not navigate away regardless of the navigation settings. This is because the slider's OnKeyDown function does not pass along the call when the ev ...
Users custom AI project crashes if anything is Built. (All, Lighting, Geometry, etc.) The project can be played but receives a message during play that the Navmesh needs to be rebuilt. ...
When SlateApplication is routing a pointer up event, it should check bIsDragDropping and call the widget's OnDrop function. Currently, we check for touch events and call OnTouchEnded without checkin ...
When using On Url Changed event on mobile devices, the event does not appear to fire as expected. Tested on iphone 5 As a note: The function GetUrl appears to be similarly affected. ...