How do I set up a Walking Animation in animation blueprint?

Goal is to set up a walking animation that runs completely through Animation blueprint. I don’t want to cast to ABP from BP because I am creating a multiplayer and have had no success replicating “cast to ABP”

Found the solution. Just set up speed through Event Graph in ABP and use that to go from idle to walking.