Stop Arrow Component From Rotating

Try it like this:

Image from Gyazo

Do tell whether this is close enough.

And if you couldn’t care less about up / down:

I have what I thought would be an easy question but I can not find the answer.

Example of my question. I have a ball that is a Blueprint actor with an arrow component used to get forward direction. everything works great when ball is stationary but as soon as it starts to roll the arrow component rolls as if its attached to the ball (because it is as the ball is the root component) how would i off set this rotation to make the arrow stay pointing forward instead of rolling around with the ball?

Thank you!

to be a bit more specific i would like an arrow to constantly be pointing the way the ball is rolling.

this works perfectly and sends me right in the direction I needed. I knew it would be something easy about setting it on tick but couldn’t find out how to do it. Thanks!!! Much appreciated!