Trying to create animations for new assets

Lets do it step by step :wink:

  1. create the variable in the character bp and setup the damage system

  2. Create a Health variable in the anim bp (red) and add it as a set node. Now get a cast to your character node (blue), drag out the blue link and search for your health variable from the char bp (orange)

  3. In the anim graph add a new state and in the transitions you will have to add the health variable from the anim bp (like on the picture)

  4. add the animation into the state

  5. now it should work :slight_smile: