Sprinting basics

hi i’m brand new to unreal engine development and for the love of god can’t seem to figure out how to get a basic sprint animation along with stamina logic. does anyone have a basic setup or youtube tutorial as to how i can get both done?

  • You can allow a player to sprint by increasing their max walk speed.
  • On tick when sprinting you can decrease stamina for some value * delta-time
  • On tick, when not sprinting you can add some value of stamina * delta-time
  • The run animation should be based on current speed and adapt for faster walking/running speeds
  • Unreal Engine 4 - Sprinting and Stamina Bar

i figured it out but thank youuuuu
c:

If this answered your question, could you upvote & mark as answer?