PostProcess AnimBP of Skeletal Mesh set to Additional Meshs in AnimMontage is not evaluated

UE - Anim - Runtime - Oct 14, 2021

This issue does not evaluate PostProcessAnimBP for skeletal meshes set to additional meshes in AnimMontage[Image Removed] If I opened PostAnimBP directly and compiled it, it also played on AnimMont ...

Bool input pins connected to boolean logic nodes can fail to compile

UE - Anim - Runtime - Oct 1, 2021

Bool input pins will fail to compile when connected to a boolean logic node and the node also has a float input pin that is currently connected. Compilation will fail with the error Default value ' ...

FAnimNode_TransitionPoseEvaluator uses FStackAttributeContainer to cache data over multiple frames

UE - Anim - Runtime - Sep 15, 2021

FAnimNode_TransitionPoseEvaluator can cache a pose over multiple frames using FStackAttributeContainer rather than the heap equivalent. This will likely crash at some point if any user uses the cac ...

Switching LOD while using Evaluation Mode = Freeze in custom transit graph fails

UE - Anim - Runtime - Sep 14, 2021

If a user setups up a custom transition graph that caches one of the input poses by setting the Evaluator Mode property to Freeze then the node fails to deal with the situation where the LOD or mesh ...

Crash Applying Multiple Anim Modifiers

UE - Anim - Runtime - Sep 5, 2021

Fatal error: [Link Removed] [Line: 2516] Fatal error: [Link Removed] [Line: 2516]Objects have the same fully qualified name but different paths. New Object: MotionExtractorModifier /Game/Characters/ ...

Renaming a SkinnedMeshComponent onto a different owning actor will cause issues with FAnimUpdateRateManager

UE - Anim - Runtime - Aug 12, 2021

As mentioned in the UDN - the user tried to rename an SMC to a different actor, which leaves the URO manager left with an incorrect data as it is not aware of the move. User proposed overriding Post ...

TriggerMontageEndedEvent will clear queued notifies for all instances of a montage

UE - Anim - Runtime - Jul 29, 2021

When a montage finishes and TriggerMontageEndedEvent is called, all queued notifies for that montage are cleared. However, this assumes that there is only one instance of the montage active at any ...

Single Frame Blendspace doesn't sample root motion

UE - Anim - Runtime - Jul 26, 2021

Single Frame Blendspace nodes don't correctly sample/generate root motion. The reason for this is because of how we calculate the delta to bump the sampling within the blendspace each frame. In a ...

Cannot select child anim BPs for use in linked anim layers

UE - Anim - Runtime - Jul 15, 2021

From UDN: [Link Removed] Unable to set a Child ABP with inherited interface to a Linked Animation Layer Instance Class. I have a ABP_Biped which is our main ABP. I have the locomotion (idle+straf ...

If enable Preview Slot of non-default slot in AnimMontage, AnimNotify of AnimationSequence does not run.

UE - Anim - Runtime - Jul 15, 2021

The AnimSingleNodeInstance used in the AnimMontage preview does not consider multiple Slots. The following is a correction code. void UAnimSingleNodeInstance::SetAnimationAsset(class UAnimationAsse ...