Functions referenced via a Property Access node don't appear in blueprint Find By Class Member results

UE - Anim - Runtime - Anim Blueprints - May 22, 2026

Finding Reference By Class Member fails to find references to bp functions from property access nodes. ...

Property Access nodes fail to display variable data in SM transition tooltips

UE - Anim - Runtime - Anim Blueprints - May 22, 2026

The data shown in the transition tooltip is generated via SKismetLinearExpression::MakeNodeWidget. The issue is that while UK2Node_VariableGet have specific functionality to display the variables a ...

AnimNode content is not applied during PIE when s.AsyncLoadingThreadEnabled is enabled

UE - Anim - Runtime - Anim Blueprints - Mar 16, 2026

When the following setting is added to DefaultEngine.ini, the AnimNode content is not applied during PIE execution.[/Script/Engine.EditorStreamingSettings] s.AsyncLoadingThreadEnabled=True If the A ...

Animation compression deadlock

UE - Anim - Runtime - Anim Blueprints - Feb 5, 2026

The deadlock occurs when attempting to cancel compression during animation sequence destruction. The compression thread ends up deadlocking with the game thread, which is the one requesting the canc ...

Global Weight of Slot Node is incorrect when fetched after using a Pose Cache

UE - Anim - Runtime - Anim Blueprints - Jan 7, 2026

When a montage slot node output is pushed to a Pose Cache and used in a Two-Way Blend, the value returned by GetSlotNodeGlobalWeight will be the current fractional value rather than the actual globa ...

Editor localization causes the GetLinkedAnimLayerInstanceByGroup function to fail in retrieving the corresponding LinkedAnimLayer within the editor.

UE - Anim - Runtime - Anim Blueprints - Dec 18, 2025

When using other language(such as Chinese) as editor language, the Group Name of the Animation Interface will be localized to Chinese. In editor, the animation blueprint grab the group from metadata ...

Recompiling an ABP that another ABP has a Property Access dependency on without recompiling/linking the other causes a crash

UE - Anim - Runtime - Anim Blueprints - Oct 2, 2025

The crash comes from the pointers in FAnimSubsystem_PropertyAccess::Library::Indirections in the layer ABP from pointing to old/invalid functions and properties from the trash ABP_Manny, as they hav ...

Post Process Animation Blueprint Crash When Using Blend Node

UE - Anim - Runtime - Anim Blueprints - Sep 24, 2025

When using a Blend node inside a Post Process Animation Blueprint, the editor crashes while rendering thumbnails. The crash occurs because USkeletonThumbnailRenderer attempts to draw a thumbnail wit ...

Crash when calling SetState inside state machine OnUpdate

UE - Anim - Runtime - Anim Blueprints - Sep 5, 2025

The crash happens when SetState is called inside the function bound to OutputAnimationPose’s OnUpdate in the animation state. This way of using Set State node is the same as shown in the official do ...

Foot Placement Node does not account for Mesh and Actor Scale

UE - Anim - Runtime - Anim Blueprints - Jun 17, 2025

When scaling down the character in the Game Animation Sample to 0.1 (Actor Scale or Mesh Scale), the lower body becomes crouches, not taking into account the difference in pelvis and foot difference ...