Where are you doing this? There is the Animgraph, where you will need to pull in the direction and speed variables and plug them into this node- or the Event Graph, where you have most of the typical style of blueprints?
If you have any questions like this I HIGHLY recommend starting a third-person project template supplied with the engine, and looking at the animation graph for the player for reference!
i was looking for something like “calculate direction” node inside character blueprint to get information i can then Set as a float for my ABP to use when hooking into my character blueprint.
Should be fine. May be marginally more efficient to do in anim bp since the CalculateDirection function is part of anim library, but probably not enough to even notice.