What Is A Forward/Up/Etc Vector?

Hi there!

#Forward Vector

The direction that is straight in front of the actor, based on its root component.

#Right Vector

Directly to the right of the facing direction of the root component of the actor

#Up Vector

I think you got this one

So these directions are relative to the rotation of the Actor’s root component, which makes them every useful for things like dodging mechanics!

Rama

2 Likes