Need Cone Shape Component

In My Project I need a cone shape component that i couldn’t find it in UE4.2.0.

Does anybody know where i can find it?
if not help me to implement it myself in C++ with events that sphere component has.

tnx.

No answer!

I’m afraid PhysX (which we use for collision) does not have a cone primitive. You could maybe use a static mesh component using convex collision to approximate a cone.