Max walk speed is changing self for no reason when I pressing the right mouse button, any solutions?
Hey there @Zelop_youtube! We may need a bit more information to figure out what’s happening. Generally right click doesn’t do anything unless the input is being caught somewhere.
What template did you start with?
Which version of UE5 (5.03, 5.1 preview, or 5.1 full)?
Could we see your character blueprint/code?
Ohh, i am sorry, iam fixed it , the problem was that i am forgot to delete set speed to 400 in aiming, like when u aiming speed is being 200, and when u unaiming its being 400,sorry just not looking at blueprint code
No problem! Happens all the time! Best way to make sure it doesn’t happen is to keep all functions that edit the same thing either running through one function/event or close in proximity in the BP editor, so you can kind of get an “overview” of everything that could be affecting it. Thanks for posting, happy developing!