I need to check if a mesh overlaps with a certain collision component of another object.
But I can’t find how to make that happen.
I was hoping I could just cast to the other object’s component in the overlap event, but it seems I’m about 105 IQ points short to be able to understand it.
Does anyone know a good way to check if the object is overlapping with another object’s compent?