Deadlock running anim modifiers that affect bone tracks on multiple sequences

UE - Anim - Runtime - Mar 11, 2025

Running anim modifiers that affect bone tracks can deadlock the editor when applied to multiple anim sequences. ...

Bug: Replace With Notify option not fully functional

UE - Anim - Runtime - Mar 7, 2025

When you select multiple notifies and attempt to replace them with another notify using "Replace with Notify", it will sometimes replace other random notifies and not the ones you have selected. ...

Linear interpolation occurs on constant tangent curve partially

UE - Anim - Runtime - Feb 17, 2025

When using UV scrolling for a flipbook-like animation in Animation Sequence, creating keys with "Constant Tangent" settings on Curve Editor does not result in an instantaneous change to the specifie ...

FIndexedCurve::ScaleCurve returns invalid results

UE - Anim - Runtime - Feb 13, 2025

Calling SetKeyTime in iterating KeyHandlesToIndices array can modify the array order, so it breaks the iterator. Perhaps ShiftCurve also has the same problem. Here is a work around: void FIndexedCu ...

When MotionExtrantorModifyer is applied to skeletal mesh, it outputs warning about module loading of AnimationModifierLibrary at editor startup in ThirdPerson C++ project.

UE - Anim - Runtime - Feb 12, 2025

When MotionExtrantorModifyer is applied to a skeletal mesh, it outputs an import error of AnimationModifierLibrary when the editor is launched. The project module and the AnimationModifierLibrary mo ...

Regression: FAnimInstanceProxy memory leak when BeginDestroy() called on UAnimInstance before USkeletalMeshComponent

UE - Anim - Runtime - Feb 10, 2025

In UE 5.5, the fix applied by CL 36529858 in ue5-main updated USkeletalMeshComponent::ClearAnimScriptInstance() to call AnimScriptInstance::UninitializeAnimation() on the animation instance. This, i ...

Overridden mesh values are lost when upgrading from 5.5.0/5.5.1 to 5.5.2 on blueprint skeletal mesh components

UE - Anim - Runtime - Jan 30, 2025

This issue is caused by the backout in 38341618.  The original code that went into 5.0 affects serialization by changing the UCS modified properties.  When upgrading, the override is lost because th ...

Memory Leak in GetAccessAddress (PropertyAccess.cpp)

UE - Anim - Runtime - Jan 15, 2025

[Link Removed] you own this I believe, see the UDN for details about the leak. The UDN as screenshots of what functions they made to create the leak.  I was unable to actually get this code path ...

Rewind Debugger does not support visual tick marks for Visual Log logline events.

UE - Anim - Runtime - Jan 8, 2025

When using UE_VLOG events in blueprint or in code, the rewind debugger does not show those events visually on the track or output those events to the details view. ...

Frame snapping does not work in AnimNotifyPanel

UE - Anim - Runtime - Dec 20, 2024

When snapping for frames is turned on, dragging an anim notify state does not result to being snapped on a frame. ...