What I’m trying to do is this:
Your character have few different speed stages. walk, faster walk, run, faster run and sprint.
You use mouse wheel to change your speed stages by stage.
This is a rather unusual setup you’ve got there. I’m pretty sure you can get away with just using an action input event of your mose wheel and a blendspace with different movement animations controlled by Speed variable.