Box select always selects skeletal meshes in ortho viewports, even when not touching the actor. Switching on Strict Box Selection fixes it as a workaround. ...
This is only occurring on the Galaxy 6 Edge. Was tested on multiple iOS and Android devices and could not repro Galaxy S6 Edge_6714 OS: 5.0.2 ...
REGRESSION Yes, does not occur in 4.14.2. Steering in Vehicle Game feels very sluggish. Turning is slow, and the buggy loses a lot of acceleration. ...
Cannot delete Notifies from Anim Notify Manager. Regression: YES Broken: 3224400 (4.14.1) Worked: 3172292 (4.13.2) ...
No additional ticks appear on the timeline when you zoom in Regression: YES Worked: 3172292 (4.13.2) Broken: 3249277 (4.14.3) ...
A crash can occur in FMediaPlayerBase::TickPlayer in Shipping builds. This is because FMediaPlayerBase::NativePlayer is not a thread-safe shared pointer. The fix is to make it ESPMode::ThreadSafe. ...
REGRESSION: Yes, does not occur in 4.17.2 Ensures occur when reparenting a child blueprint that has a Call to Parent Function in a function from a Blueprint Interface. ...
When entering PIE, the mouse is captured by the viewport regardless of the "Game Gets Mouse Control" setting. Regression: No - Same behavior occurs in 4.17.2 ...
When duplicating multiple components at once it appears to crash the editor. Regression: Yes, this appears to be working in the previous version of the engine (4.21.2-4753647) ...
Retarget source doesn't affect DDC key, so it causes incorrect result. Changing the anim sequence DDC key generation to include it fixes this issue. ...