When sampling root motion backwards we can hit an infinite loop in ExtractRootMotion. This happens if the initial sample time + negative delta is off the end of the animation clip. In that case FAnimationRuntime::AdvanceTime() ends up clamping CurrentPosition so that it's the same as PreviousPosition meaning that our ActualDeltaMove is zero and we get stuck in the while loop.
void UAnimationBlueprintLibrary::ExtractRootMotionFromSequence(const UAnimSequence* AnimationSequence, float StartTime, float DeltaTime, bool bAllowLooping) { if (AnimationSequence) { AnimationSequence->ExtractRootMotion(StartTime, DeltaTime, bAllowLooping); } }
I am not able to find world outliner how to enable it?
How to achieve HLSL Multiple Render Target in Material blueprints?
How does TextureRenderTarget2D get TArray<uint8> type data?
How can i modify the param name in EQS node
What method is used to fill polygonal regions when drawing spline mesh at run time?
How does UMG set overlapping layouts?
What property of the Slider is the image used when dragging?
What properties of the progress bar can be used for drag and drop highlighting?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-136750 in the post.