Is It Possible To Create Custom Box Collision?

Hey There!

I was wondering if there were any possibility to create a custom trigger volume that can fire begin/end overlap event?

Maybe that’s a dumb question, but I’m trying to create a modular grid based conveyor system and can’t figure out how to make the overlapping for corner conveyor.
Any help would be much appreciated!

Thx in advance!

Hello,
The short answer is yes.
You can make any static mesh for example, have an overlap event.
You just make a Blueprint actor, add a static mesh component


Then go on the Event graph tab and click on your SM component, and in the details you should see On Component Begin Overlap, press the green plus and the event should appear in the graph.

Let me know if this helped