So I was trying to figure out a way to use the CharacterSimpleMove (Or CharacterMove) with only the vertical, I made a work around by just having a strafe ability. So I thought it would be nice to be able to have a CharacterMoveVertical (Or GetAxisVectorVertical) only action. The idea came about because I am trying to create a Resident Evil style controls, where the player uses the W and S keys to move forward and backward and the A and D keys to Rotate the character, I created a simple template that does this easily but it doesn't use the CharacterMove action but because of this my collisions (Character Controller) doesn't work. I will stick with what I have done now, Ideally I would rather not have strafe keys. Anyways thought I would request the CharacterMoveVertical action. Thanks.