Root motion with SubAnimInstance can cause notifies to not trigger.

OLD - Anim - Sep 16, 2019

Setting up root motion in a sub instance to RootMotionFromEverything seems to cause the sub instance to evaluate, and override the notifies of the animation that was playing, which prevents the noti ...

UAnimSequenceBase::GetNumberOfFrames off by 1

OLD - Anim - Sep 10, 2019

Creating a montage from a default frame rate and rate scale sequence reports 1 less frame than the sequence. The difference is a result of UAnimSequence overriding UAnimSequenceBase::GetNumberOfFram ...

UAnimInstance::GetInstanceTransitionTimeElapsed returning 0 in non-editor builds

OLD - Anim - Sep 4, 2019

In non-editor builds UAnimInstance::GetInstanceTransitionTimeElapsed always returns 0.0f. This is caused within FAnimNode_StateMachine::Update_AnyThread due to: #if WITH_EDITORONLY_DATA NewTra ...

Crash when setting Anim to "None" with URO

OLD - Anim - Aug 28, 2019

A Crash can occur when setting a skeletal mesh's animation instance to None when it has Update Rate Optimizations enabled. An unverified proposed fix for this is to remove the nullptr check when ...

Compiled MayaLiveLink plugin for Maya-2018 under Linux crashes Maya

OLD - Anim - Aug 27, 2019

User is trying to use the Maya Live Link plugin on Linux with Maya 2018. They tried to modify the MayaLiveLinkPlugin.cpp because there is no possible way to compile the plugin under linux with uintp ...

Blend Graph can trigger ensure Bone.IsRotationNormalized()

OLD - Anim - Aug 23, 2019

Using a custom Blend Graph can trigger the ensure Bone.IsRotationNormalized() when source pose is connected to output. ...

Control Rig: crashes when compiling after rearranging input pins in an array in Example Rig Unit

OLD - Anim - Aug 20, 2019

The crash doesn't occur every time, but it will happen within 3 swap and compiles in my experience. I got multiple different callstacks when I cause the crash using the reproduction steps (they are ...

Crash after Disabling Post Process Blueprint on a Skeletal Mesh

OLD - Anim - Aug 20, 2019

Changing the Anim Class in the Details Panel before Disable Post Process Blueprint can prevent the crash from occurring. Changing the Animation Mode does not seem to prevent this crash.  The conten ...

Set Order of Additive Anim Type and Force Root Lock cause different results

OLD - Anim - Aug 16, 2019

The order in which Additive Anim Type is set to Mesh Space and Force Root Lock is enabled/disabled changes the end result. This seems to be related to the animation compression and DDC. ...

Animation Blueprint Classes are Uncastable

OLD - Anim - Aug 13, 2019

It appears that the Anim Instance class is no longer accessible. As a result, no animation blueprints made are accessible via blueprints - regardless of whether or not the skeletal mesh actually use ...