My gun reload animation does not work

I am working on a gun reload animation in blueprints. There are red lines in the blueprint what does the red lines mean? and how can I make the animation to work? Here a picture

Hey sethrollins93,

The Red lines are currently the Path your code is running. So if a line is NOT red it means the code there is not being run.
You can see this on your “Recoil Branch”. I can see recoil is set to false because the red line comes out of false.

I can also see that the branch on your right is returning false. Because the red line is not coming out of true.
This might be why your animation is not working. But it is to hard to say from just this image.