[CrashReport] UE4Editor-AnimationBlueprintEditor!FAnimGraphConnectionDrawingPolicy::BuildExecutionRoadmap() [AnimGraphConnectionDrawingPolicy.cpp:27]

OLD - Anim - Jul 17, 2019

Generated from CrashReporter Similar to [Link Removed] but in UE4Editor-AnimationBlueprintEditor ...

Crash when changing the AnimNotifyState property after moving the AnimNotifyState range added to AnimMotage

OLD - Anim - Jul 5, 2019

NotifyStateClass may be nullptr when AnimNotifyState and AnimNotify swap occur in NotifyTrack. Workaround: SAnimNotifyPanel.cpp void SAnimNotifyPanel::OnPropertyChanged(UObject* ChangedObject ...

Animation Sharing Plugin Removes Mesh Collision

OLD - Anim - Jun 11, 2019

The referenced documentation does not state anywhere about collision being affected by animation sharing nor is the user expecting it to be affected. Even when the Collision Preset is overridden to ...

Constant interpolation in animation curve points appears to prevent material updates after hitting apply

OLD - Anim - May 31, 2019

When changing the key interpolation of a material curve in an animation to constant it appears to break the updating of the material after the changes are applied. Until the changes are applied it a ...

Crash when the location of actor changes while executing SetAnimInstanceClass

OLD - Anim - May 27, 2019

This issue doesn't occur at 4.21. It seems in 4.22 only. Bone is broken in the second SetAnimInstanceClass. It seems CurrentReadComponentTransforms doesn't update. [Workaround] ・Wait using timer ...

AnimCurveCompressionSettings is reset to CompressedRichCurve at editor startup

OLD - Anim - May 21, 2019

AnimCurveCompressionSettings's codec is reset to CompressedRichCurve when user open the project, so user can not keep the state changed to UniformlySampled. The following code in the constructor of ...

Remapping morph targets will crash if you have a cloth section

OLD - Anim - May 15, 2019

By calling FLODUtilities::SimplifySkeletalMeshLOD on a mesh with cloth sections that is set to remap morph targets, a crash occurs. This seems to be due to the indexing of sections with/without incl ...

Get Curve Value returns 0 in Anim Graph During PIE

OLD - Anim - May 15, 2019

The node "Get Curve Value" does not appear to return values as expected during PIE. When using the command "Watch Value" it shows up as 0.0 during PIE. ...

Animation Blueprint with Shared Transition "marked" dirty

OLD - Anim - May 14, 2019

Animation Blueprints which contain a shared transition used to transition between two animation states will be marked as "dirty" every time the blueprint is compiled and re-opened. ...

Trigger Montage Ended Event results in Unhanded Exception

OLD - Anim - May 6, 2019

TriggerMontageEndedEvent is calling RemoveAtSwap after the NotifyEnd callback which is not safe if the ActiveAninNotifyState array is modified by the callback. WorkAround:   Add a Delay node befo ...