Hi guys!
I’m experimenting with collision, and my goal was simple: collecting coins. I created a BP actor, added a static mesh component, and set its collision preset to OverlapAll. However, the collision didn’t work at all. When I replaced the static mesh with a Cylinder (using the same collision settings), it worked. How is that possible? I thought a cylinder is also considered a static mesh, so what am I missing?