When the Initial Position of an Animation Asset is entered outside the expected range, the animation gets stucked and does not refresh.

UE - Anim - Runtime - Mar 18, 2024

The animation gets "corrupted" when the Initial Position value has an invaildad value. In this case, this means that the Initial Position value is outside the range of the duration of the Animation. ...

Jitter playing animation on actor located far from origin

UE - Anim - Runtime - Mar 12, 2024

A licensee has reported an issue with jitter when playing animations on an actor translated far from the origin (300000.0 units).  This repros on the First Person Template.  The issue is more obviou ...

FNotifyNodeInterface crashes when referenced Notify is invalid

UE - Anim - Runtime - Mar 1, 2024

Currently FNotifyNodeInterface directly references notifies that live within the related anim sequence.  This can cause intermittent crashes when notifies are removed as the UI can still reference t ...

Creating an AnimStreamable asset immediately crashes the editor

UE - Anim - Runtime - Feb 6, 2024

When creating an anim streamable we immediately fail a check in the compression code in FCompressibleAnimData::FetchData: checkf(AnimSequence, TEXT("Invalid animation sequence while trying to fetc ...

Crash when using Property Access node on Animation Blueprint (repro based on Lyra Starter Game animation layers)

UE - Anim - Runtime - Jan 24, 2024

When using the Property Access node on Animation Blueprints to gain performance by better exploring parallel processing, it is possible that the underlying accessed property or any intermediate acce ...

Additive Animation does not work as intended when Ref Frame Index is more than zero

UE - Anim - Runtime - Dec 19, 2023

In some conditions, additive animation shows different/wrong behavior on Standalone Game and packaged game, from the other PIE. Watch the attached video. [Link Removed] The key points to reproduce ...

Animation attributes - user defined structs containing types defined in plugins cannot be registered

UE - Anim - Runtime - Dec 18, 2023

This issue is caused by us forcing user defined structs to be loaded as part of AttributeTypes::Initialize.  That is called after at the ObjectSystemReady run phase during engine initialization howe ...

Anim Sequence editor no longer displays track names

UE - Anim - Runtime - Dec 7, 2023

Looks like this was broken during the anim data model refactor.  The data exists on the data model now so we can probably display this via a details customization ...

Mesh Space Additive behave differently for non-animated bones and extra bones on a target skeleton

UE - Anim - Runtime - Dec 6, 2023

Typically, non-animated bones behave the same way as extra bones on a target skeleton. However, it appears that this isn't the case for mesh space additive sequences. When a bone is present on th ...

Number of “USkeleton::LinkupCache” could keep increasing

UE - Anim - Runtime - Nov 8, 2023

USkeleton class only performs Add or Empty operations on the LinkupCache array and has no Remove, so the number of LinkupCache can keep increasing in some cases (A description in Step to Reproduce s ...