Files
UnrealEngineUWP/Engine/Plugins/Animation/AnimationModifierLibrary
jurre debaare 7faefe7834 Crash when applying a Motion Extractor Modifier to any animation
#fix Delay adding motion curve/keys until the end of MotionExtractorModifier processing. Recently ::OnApply of an AnimationModifier has been moved to happen within a IAnimationDataController::ScopedBracket. Which means that any changes to the animation data (notifies) are only propagated at the end. The Modifier in question, added a curve and directly afterwards tried to sample the raw data (which fails)
#jira UE-176994
#preflight 63eb8dfbf36e1a5ece69d403
#rb thomas.sarkanen

[CL 24251474 by jurre debaare in ue5-main branch]
2023-02-16 01:45:45 -05:00
..