Generating Overlap Events
In Unreal Engine 4 provides an easy way to generated overlap events. Overlap events consist of BeginOverlap and EndOverlap. In this tutorial I'm going to create a custom trigger that uses both functions. Creating a Custom Trigger Box In order…