Cone Overlap Actors

I normally use a Draw Debug Sphere and then replace it with Sphere Overlap Actors,
but this time I need a cone, I can use Draw Debug Cone but I can’t find the Overlap one.

1 Like

Same here.
I ended up with a spherer overlap actor, and then I used a dot product test to keep only acotrs in a specified angle. Can you use the same method, and if so, do you need precision ?

2 Likes

can you please share the math that you used to get the angle? thanks in advance

1 Like

Dot Product of Actor Forward & Unit Direction from your actor to its target. You can get aCosD in you want degrees.


Consider starting a new thread, this one is 7 years old. Don’t hesitate to explain what it’s for.

2 Likes