C++ Third Person Template project crashes when opened

UE - Anim - Runtime - Mar 16, 2022

Third Person C++ project crashing on open on Android Devices 4/4 Repro rate ...

Branching point notifies can lose their linked montage

UE - Anim - Runtime - Feb 10, 2022

Currently UAnimSequenceBase::OnModelModified assumes that a notify is linked to a sequence and not a montage. This causes branching point notifies to lose their linked montage when being updated an ...

Anim Notify categories don't show up in details panel

UE - Anim - Runtime - Dec 16, 2021

[Image Removed] [Image Removed] ...

Using a fixed frame rate will cause you to leave the loop section of Montage.

UE - Anim - Runtime - Dec 10, 2021

This problem only occurs when the fixed frame rate is 30 and the Sequence Lenngth of the loop animation is 1.66667. If turn off the fixed frame rate setting, it will behave as it should. ...

UAnimInstance::GetInstanceTransitionTimeElapsed does NOT consider TransitionIndex

UE - Anim - Runtime - Nov 29, 2021

GetInstanceTransitionTimeElapsed doesn't use TransitionIndex. float UAnimInstance::GetInstanceTransitionTimeElapsed(int32 MachineIndex, int32 TransitionIndex) { // Just an alias for readabili ...

Report of branching point notifies failing to trigger

UE - Anim - Runtime - Nov 15, 2021

The problem seems to come from a notify having its LinkedMontage set to null when RefreshBranchingPointMarkers() is called. IsBranchingPoint() fails in this case, so it's never registered as a branc ...

Crash when changing the Codec in a curve compression setting

UE - Anim - Runtime - Nov 15, 2021

The crash will occur when changing the Codec in a curve compression setting. This is a regression do it not happening in 4.26.2.. ...

Animation Layer Interface layer renaming issues

UE - Anim - Runtime - Oct 21, 2021

Renaming a layer in an AnimationLayerInterface can cause issues where that layer doesn't bind properly, depending on which assets are open at the time. It works correctly if you rename a layer in a ...