How to stop "Death Animation"?

I’m using “Anim Starter Pack”. I am calling death animation on collision. And successfully implemented it.

But I want to stop animation when character falls on ground. It’s keep repeating in a loop because I’m using a bool variable, if value is true → Call “Death Animation”.

I don’t want player to get up. How can I implement it? And I don’t want to call “Pause Game Function” because after 2 or 3 seconds I want to show result on screen.

Sorry. I can’t find this option. Can you please temme in detail?

just use play aimation from skeletal mesh it gonna override your animation to single node animation

Found the solution. I just select the “Play_Death” in states and there was an option to untick “Loop Animation”. :wink:

if you use my solution. you play that in event graph or code. just grab the skeletal mesh. and play animation. choose the “death” animation. and it would play the dead animation and after it finish. it would stay at the end pose.

To be honest I can’t understand what you are saying. I’m new to game engine. I don’t know much. :frowning:

If you could show me via blueprint, some kind of video or just step by step info then maybe I can understand.

Use Delay and Stop function in Blueprint, those can help you!

yes, it’s right way. there is a screenshot of this