This is a common Linux crash in 4.16.2. ...
The time field of a subtitle is incremented incorrectly at runtime. This is caused by the wrong array being modified by the subtitle manager when queuing subtitles. A fix is provided by the licensee ...
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 ...
App is crashing when walking off the edge and the player ragdolls tvOS 10.0 iPhone6S+_6241 OS: 9.3.5 Did NOT occur on SamsungS7_8344 ...
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. ...
This is a regression as it is working as expected in 4.18. When using the class PlacedEditorUtilityBase to draw a debug sphere, it doesn't appear in the editor in 4.19 and 4.20. ...
When the material order of embedded fbx LOD change differently in LOD 0 and LOD 1, the LOD 1 is wrongly assign when re-importing. ...
Retainer box has minus size occurs crash when PIE, standalone and package. Probably, we should add any codes for adjust size to 0 or more to URetainerBox::SynchronizeProperties(). ...
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. ...
Events in subscenes can be skipped if playback skips over the end of the subscene before evaluating the event. ECS allows for determinism fences which can fix this issue. ...