Cannot delete Notifies from Anim Notify Manager. Regression: YES Broken: 3224400 (4.14.1) Worked: 3172292 (4.13.2) ...
This is a regression from 4.14.3 This crash does NOT occur in PIE or Standalone Game This does not occur on an El Capitan 10.11.6 MacbookPro or on Windows. ...
No additional ticks appear on the timeline when you zoom in Regression: YES Worked: 3172292 (4.13.2) Broken: 3249277 (4.14.3) ...
Animations don't respect Restore State when they are part of a Shot/SubSequence Regression: YES Broken: 4.15 (3450819) Worked: 4.14 (3249277) ...
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. ...
Continuation of [Link Removed] Previous ticket addressed the crash. However, it didn't fix the FScoedLevelCollectionContextSwitch to allow for demo commands to be run from Execute Console Commands. ...
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. ...
The fix for FURY-149 reinitializes the anim bp whenever the animation section restores state, it may only be necessary to reinitialize it if the skeletal mesh changes. ...
This is an interesting bug because it is only happening on BeginPlay. I guess that there is some order of operations that the camera manager uses during creation that will stop if the game is paused ...