You should be able to add a shape component (like BoxComponent) to your character. Just make sure it’s marked as Movable and set up its collision appropriately (for example use preset Trigger). Once that’s done you just implement “overlap” events and you’re golden
Try using other shape components. AFAIK there’s no cone-shaped collision component, but there’s “capsule”, and “spline”, although I have no idea what it does