In Third Person Template, how to make character look the way your moving?

So in the Third Person Template, there is a template ThirdPersonCharacter blueprint. I have basically remade this myself for practice but I cant get my character to turn to look the way they are moving. I can run around, jump and move the camera around just like the template but I cant make it so my character looks the way they are moving.

I have looked through the ThirdPersonCharacter blueprint for assistance and I can’t find anything where it tells the character to look the way there moving and I dont know why it does do that. Please can someone help me know how to do this and where the code is in the Third Person Character blueprint.

Thanks

you mean, you want your character’s rotation to orient to the direction he’s moving?

Here’s how to do it:

  1. Go to the character’s blueprint
  2. Click on the CharacterMovement
  3. In the details tab search for “Orient Rotation To Movement”
  4. Check the box and have a good day

Thankyou, don’t know how I didn’t see that.