Does anyone know a good way for an Actor to check for other actors in a range, but only in one direction? For instance, I don't want the entire radius around the actor, but just a line or cone-shape along a single axis. I tried using a for-loop in conjunction with getOneObjectAtOffset(), but it didn't pan out quite like I'd hoped.

