I can't move forward/backward

when I try to compile I get this error


then I can’t be moving
what should I do?

Hey there @chatofking! It looks like you’d changed something about the input action. Break the links and replace the node and it should show you the variables you can pull from. If it doesn’t have any, could we see the Input action?

2 Likes

im break those links and using input value instead but it can move only (a & d) left and right
not w and s


here is my input


can you guide me on how can get my moving back?

  1. You shouldn’t use this section if you use Enhanced Input (That it’s the standard after UE5.0), there’s a warning on the top saying that it’s deprecated
  1. You are using the same action value for both the X and the Y movement
  1. You probably changed the IA_Move type to Axis1D(float) instead of Axis2D(Vector2D), changing this back to Axis2D and reconnecting the pins as they were in your first picture should fix the issue.
    image
2 Likes

I tried to change action value to 1d but I got this error instead

That’s correct, now drag from the blue pin and select “Break Vector2D”
image

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.