This is a regression from 4.23.1 (CL-9631420) where Sequencer just displayed the re-attached binding in yellow text instead of crashing. The user suggests that the deleted actor should be removed fr ...
Warnings occur when recording a new sequence in Sequence Recorder This is not a regression, since it happens in 4.14.3 Warnings:LogUObjectGlobals:Warning: Guid referenced by ThirdPersonCharacter_C ...
With skeltons that don't have a root or have a root that is not at the origin, sequencer recorder will snap it to the origin in it's recorded animations. [Image Removed] ...
When attempting to test for ESDSR on Android, the Sequencer project fails to package towards the end of the Build Command. Runtime/OpenGLDrv/Public\OpenGLESDeferred.h(267,5) : warning: 'OPENGL_ES2 ...
Level Sequences can mark the level they are in as modified without modifying them, as well as get themselves into a state where they modified themselves when saved. ...
With Pause Event on frame 0, sequence will never be able to resume playing. It appears to trigger the event again. ...
A sequence made from a sequence actor component doesn't play audio in editor or in PIE when the child of another actor or track. This was reported and tested in 4.22.3 (CL-7053642). This was reprod ...
Sequences in sub-levels only fire events in the persistent level. I don't know if they're expected to be firing in all levels or just the sub-level ...
ISequencer :: OnStopEvent is executed when pause, but not when playing to the last frame and stopping automatically. This is because OnStopDelegate.Broadcast(); is only in FSequencer::Pause(). When ...
Notifies are retriggered on loop of an animation in Matinee/Sequencer. This occurs during Sequencer Editor playback and when playing in game. ...