Make widget arrow always point at item with BP UE5

Sure, this first one is from my widget. Currently it has an arrow pointing straight down and it will switch to E for pick up once within range.

This is within my master pick up item that will display the widget:

I don’t know if there is a way to export code… I have just been learning blue prints through some Udemy courses for about a week and a half. I feel like what I am trying to accomplish should be on the bottom image within the Event Tick. Ideally, I would just like the arrow to bound to a center part of the object so it always has a spot it will keep pointing at no matter which way you can turn. However, if it is a bad idea (I heard event ticks can become iffy after a while) we can always just use a down arrow within our own game. I hope that makes sense.