Main Character Animation Blueprint
With the animations added to the Blend Space, you should be able to walk around and see those animations at work, right? Well, no. If you select Play-In-Editor, you will notice that the main character is still moving in the T-Pose. The reason is because you aren't yet telling the animation blueprint to use our Blend Space asset, which you will do later in this chapter.
Animation Blueprints
Before jumping into using the animation blueprint you created in the last chapter, let's briefly discuss what this type of blueprint is, and what its main function is. An animation blueprint is a type of blueprint that allows you to control the animation of a skeleton and skeletal mesh, in this instance, the player character skeleton and mesh you imported in the last chapter.
An animation blueprint is broken into two main graphs:
- Event Graph
- Anim Graph
The Event Graph works as in a normal blueprint where you can use events...