Hi,
I’m trying to make a pickable coin in my game that can be spawned multiple times in a Row.
To have a set “white space” between two consecutive coins, I’m thinking of using a ArrowComponent and then spawn the second coin on the tip of that Arrow, this way I can change the distance between coins just by changing the arrow length.
The problem is I’m not managing to find a way to get the arrowhead location.