How can I return an array of all of the normals of faces that overlap a CapsuleComponent? In other words, any object face that overlaps my capsule component needs to return a normal vector.
I need to find the normal vector of each face of any object that overlaps my CapsuleComponent. Is there any way to do this?