Movement Error BP_ThirdpersonCharacter

I’m a novice trying to learn UE5 by making a FPS shooter via tutorial videos. I’ve come across a block and I don’t know how to fix it. I have errors in my BP_Thirdpersoncharacter and when I press forward I go sideways and vice versa. Any help would be appreciated


in the Third Person Character folder there is an Input Folder first make sure you have an input action mapping in actions folder and the move has 2d vector in the value type going back to Input Folder there is IMC_Default and from it you need to tell what mapping are you using and what buttons for that mapping and for W you need to add a modifier and in the index it called swizzle Input axis
for the S Button you need two modifiers 1st is Swizzel and the Other is Negate for the A you only need the Negate and for the D you don’t need modifiers and then call that Input Action in the BP that you want and you are done :slight_smile: