How can I trace lines from the bounds of an actor?

I already have a setup where I can trace as many lines as I want in a radial pattern around the origin of the actor. Is there a wat to trace them from the actor’s bounds?

I would just start the trace further out. Actors do have bounds which you can use to calculate intersections, but they vary wildly with the orientation of the actor.

bounds

1 Like

Ah, I see. So that’s how the bounds work… Thanks for the info! ^^

1 Like