Rewind debugger would crash when recording a character using Pose search

UE - Anim - Gameplay - Aug 8, 2025

Our character is using the Pose search setup from GameAnimation content example. The architecture of the system is most the same with some new function that account for some input difference and sp ...

AnimToTexture vertex animation stutters on looping frame

UE - Anim - Gameplay - Aug 8, 2025

The AnimToTexture plugin generates an animated texture that results in a stutter when the animation loops. This looks to be related to the code in UAnimToTextureBPLibrary::AnimationToTexture which ...

start/end state notify events can be sent every frame on dedicated server builds

UE - Anim - Gameplay - Aug 1, 2025

The problem is that UCharacterMovementComponent::MoveAutonomous can tick the anim instance and dispatch notifies outside of the regular skeletal mesh component tick. But when MoveAutonomous calls T ...

SynchronizeWithExternalDependencies can cause soft lock with Pose Search DDC tasks during cook

UE - Anim - Gameplay - Jul 25, 2025

SynchronizeWithExternalDependencies will call Modify on the Pose Search Database when the database has changed. This will call FAsyncPoseSearchDatabasesManagement::OnObjectModified which in turn ma ...

UPoseSearchDatabase::SynchronizeWithExternalDependencies re-adds existing DB assets that don't have branch in notifies

UE - Anim - Gameplay - Jul 25, 2025

If we have PSDs that contain assets that were added manually to the database and also others that were added via branch in notifies then SynchronizeWithExternalDependencies will remove and re-add th ...

AddOrUpdateWarpTargetFromComponent behaving incorrectly when using a SceneComponent with non-identity scale

UE - Anim - Gameplay - Jul 15, 2025

When using AddOrUpdateWarpTargetFromComponent you can pass in a SceneComponent, Relative Location and Rotation as well as optionally choosing to have the warp target follow the object if it moves.If ...

The DistanceCurveModifier generates Distance Curves with zero values for Root Motion animations

UE - Anim - Gameplay - Jun 30, 2025

The DistanceCurveModifier data modifier generates curves that return zero values only. This issue has been tested on several Animation Sequences with enabled Root Motion and always occurred. ...

UAnimSingleNodeInstance doesn't sample notifies on montage animation tracks

UE - Anim - Gameplay - May 27, 2025

Notifies that are placed on animations referenced by montages aren't triggered when using the UAnimSingleNodeInstance to play back the montage. This is because - unlike on UAnimComposite - there is ...

Renaming an input class or struct to a Chooser breaks evaluation of EvaluateChooser node

UE - Anim - Gameplay - May 23, 2025

The evaluate chooser node generates input pin names based on the parameter class / struct names. When that class or struct's name is changed, the pin doesn't update to account for that and so we si ...

Compilation error with Evaluate Chooser node when getting All Results from Subclass Of table

UE - Anim - Gameplay - May 22, 2025

Trying to use the Evaluate Chooser node in the All Results mode with a chooser table that returns the Subclass Of type results in a compilation error ("Array of Actor Object References is not compat ...