ReBinding animation starter pack

I have a C++ Project but when I add the animation starter pack, the animation booleans (isCrouched which would call the crouch animation, isSprinting etc etc.) is only used for one character which is the animation starter pack character, how would I make it so that the animations get called for my C++ character when they crouch, sprint, etc. My C++ character only has the jogging animation because in the anim graph the jogging animation is the default. To simplify: How would I make it so that the animations for crouching and jumping, get called for my C++ character and not just the anim starter pack character?