I was following this guide: https://docs.unrealengine.com/latest/INT/Engine/Animation/AnimHowTo/AdditiveAnimations/01_BlendSetup/index.html
About learning to blend walk and attack animations together, but came across a problem. After finishing, my attack animation does not play at all.
Here are the blueprints I set
This is inside animvp event graph
This is inside the animmontage I created for my attack animation
This is inside my animvp animgraph.
And this is in my thirdpersoncharacter event graph.
Any ideas?