How to get the direction of an arrow and use that as a direction to add force?

I don’t fully understand the add force node, how does vector get to be both direction add speed, I have tried using it but, the object that the force is apply to just flies off.

Vectors have direction and magnitude.

A vector can have a direction and a magnitude.

When we normalised a vector, we obtain it direction is the form of 0.0-1.0
When we multiply that value, we obtain a magnitude which is the distance the thing will go.

You can use GetForwardVector of your arrow to obtain the direction and multiply it to obtain how much distance to move it.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.