I have started a blueprint and I can get my character to move when I press the WASD keys, but for some reason, he isn’t changing speed:
As you can see I have set it so that the movespeed is a fifth of the original if isWalk is true. isWalk gets set and I can see the blueprint wiring light up for the true part and it goes through the set and to the Add Movement Input, but his speed is the exact same as if it was False.
The CharBP is inheriting from the Character class.
Anyone any ideas on what is wrong?
Edit: I know in the picture it has a question mark beside compile, but I have compiled it and it isn’t working as it should.