Help making Top Down WASD with blueprints

I’m a noob. I’ve been trying to make a Top-Down game with WASD controls, but I cannot figure out how. I’ve been following a guide and have been able to do everything except that I cannot for the life of me find InputAxis MoveForward or InputAxis MoveRight. I’ve updated the project settings like the guy in the guide’s comments said to, but still can’t find it. I’ve found Get MoveForward and Get MoveRight, but they don’t work the same. Help?


Guide: How do I change the character controls? - Programming & Scripting - Epic Developer Community Forums

My Blueprint:

You’re adding this script in the wrong place. See how it’s got that purple “Move to Hit Location” node? That means you’re inside of a function. Go to the main event graph for your controller and you can add events there.

your right i know this beacuse i did that tutorial once and well it worked and i didnt put it in a function