Which method is right for getting forward vector of an actor.

I had tried the GetForwardVector() and the GetActorForwardVector() method first, and it was same giving error. After your replies I realized that I was applying the wrong offset method. I needed to use the AddActorWorldOffset() method instead of AddActorLocalOffset(). Silly mistake but I wasted a day on it, :smiley:

bangs head!