setting up a animgraph for this blend space

hi guys having a little trouble with setting up my animgraph to work for the blendspace.

here is the blendspace i made form a tutorial. it uses two variables called WalkRight which is the x axis, and walk forward as the y axis.

i have only ever set up blendspaces that use direction and speed variables.
so im not sure how to set up my anim graph in order to set the WalkRight and WalkForward variables in order to drive the blendpspace.
im guessing walkforward is just the same as speed?? so i can just use a get velocity node and plug this in???
but im not sure how to find the players walkRight

thanks

Inside you Character Blueprint ,in the movement nodes.


Now you need pass those variables into the AnimBP

and how do i do that? i tried promoting them to variables and then creating the same variables within my anim graph and setting them there but nothing happens

this is my player controller

and my anim graph

everything works fine in the preview window yet i get in game and the blendspace doesnt work.

Inside you Anim Blueprint do a cast to You character, and retrieve the variables you want, now use those variables in Aanim BP.


Sem título.png

Sorry, my engine is in Portuguese.

thanks for you’re help i solved it .