Input animation for example Running - panching?

Hi
I was messing around with some different ways to handle my controls for example running or crouched with animation
character.

I need to find my answer how i can connect input for example sprint with animation sprint

I hope to find answer it will really helpful to others how to make input animations for character player

Hello,

You probably want to do some research on Animation Blueprints: Animation Blueprints in Unreal Engine | Unreal Engine Documentation

And especially on State Machines for transitioning between different states like standing and crouching:

You may also find some of the videos in this tutorial series to be useful:

I hope this helps!