Level sequence does not play when using async load for level

UE - Anim - Sequencer - Jul 25, 2022

The problem seems to be that FLevelSequenceBindingReference::Resolve () fails due to LoadPackageAsync() called in the FStreamableManager::StreamInternal() function. The licensee reports that the pro ...

[CrashReport] Assertion failed: Message != nullptr [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Classes\Animation\AnimNodeBase.h] [Line: 243]

UE - Anim - Sequencer - Jul 19, 2022

Generated from CrashReporter Assertion failed: Message != nullptr [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Classes\Animation\AnimNodeBase.h] [Line: 243] ...

ISequencer::OnPlayEvent does NOT fire at the end of playback in Sequencer editor

UE - Anim - Sequencer - Jul 8, 2022

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 ...

Can't record float properties

UE - Anim - Sequencer - Jun 24, 2022

Sibling subsequences interfere with each other if they have different hierarchical biases

UE - Anim - Sequencer - Jun 10, 2022

It seems we are trying to factor for the other transform track, but it will not be applied due to the biases. ...

Making changes to a Camera Shake while previewing the Camera Shake triggers a crash

UE - Anim - Sequencer - May 23, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL 18319896  Making changes to a Camera Shake while previewing the Camera Shake triggers an Assertion upon compiling. ...

Take Recorder starts all timecodes at zero unless "Start at Current Timecode" is checked

UE - Anim - Sequencer - May 19, 2022

This seems to be a regression caused by CL 16942648 ([Link Removed]). Recording times based on the sequence, means the timecode will always begin when the sequence does. ...

[CrashReport] UnrealEditor-AnimGraph!UAnimGraphNode_Base::GetAnimBlueprint() [AnimGraphNode_Base.h:306]

UE - Anim - Sequencer - May 16, 2022

Generated from CrashReporter ...

Ensure condition failed: bPlayingBackwards ? (CurrentPosition <= PreviousPosition) : (CurrentPosition >= PreviousPosition)

UE - Anim - Sequencer - May 10, 2022

The problem is caused by the animation sequence playback position being set out of range from Sequencer. The call stack is :  UE4Editor-AnimGraphRuntime.dll!FAnimSequencerInstanceProxy::UpdateAnim ...