Newbie Animation Question

I just started using Unreal Engine 4. And It’s one thing i just can’t seem to understand. I’m using the blueprint version of the third person example. Where is the blueprint where it says when to play which animation. Let’s say you for example press space and make your character jump. Where does the operation happend? I would like to add in my own animation but it’s hard when i doesn’t even know where this is done!
Appreciate answers! -Traczy

There is a blueprint ending with AnimGraph inside the basic-guy folder. Can’t remember it’s exact name right now but whatever you find as AnimGraph belongs to him. There is only one if you are using the template anyway!

Though even if you find it, at first it might be hard to figure out what is going on. I suggest checking Unreal Engine’s youtube channel and watch the Animation tutorials. :slight_smile: It’s a great system once you learn how to use it!

Ok, thanks for the tips!