I need to call OnComponentBeginOverlap. Ad Dynamic for child component (not root). The trouble is that even though it is called, but bSweep always set = false, Because moving the actor bSweep is only for the root Component, not for Childrens!
For the root, this is done without problems. But I need to get a HitResult for a child Component
Is there any solution?