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

Crash when using AnimBudgetAllocator

UE - Anim - Runtime - Oct 21, 2021

In the AnimNode_Slot code, It seems that update() and evaluate() should be called by following order because in TickAnimation step, we need to make MontageEvaluateData valid.SkeletalMeshComponent::U ...

Assert when tracing animations with Linked Anim Graphs

UE - Anim - Runtime - Oct 19, 2021

An assert fires related to the node index for the linked animgraph node being the same as the node index for the root node in the linked anim graph. Can be worked around by commenting out the check ...