Animation Scripting

Some examples of how I craft animations for NPCs and player movement.

Example showing off using lerps to create smooth blueprint driven movement and sync animations with minimal coding.

Lerping the skeletal mesh behind the capsule component on a pawn while using dot product to control head movement.

Character's head movement is controlled via dot product with math ranged clamps and modulo.