Character Blueprint Error

Hi there,

So I’ve been trying to get a movable character for my game, but I’m having issues with the character blueprint. I have been following the Unreal Tutorial and when it asks me to add Get Direction, the blueprint is only allowing me the float option.

How can I resolve this?
Thanks :slight_smile:

You might be using the wrong node. Try typing in “direction” in the search bar with context sensitive off and get a look at the different nodes. There are also nodes like “make float” and “make vector” that might help.