Does running animation replicate by default?

Animations do not replicate by default. You have to replicate the variables that the AnimBP needs. However, the movement that is replicated automatically is the movement caused by the default Character Movement Component. The Movement Component also has a replicated speed variable that can be used in the AnimBP without creating your own variable for that.

1 Like