I wanna try to get the impact location when my melee weapon hit enemy, or something I wanna attack.

I use the OnComponentBeginOverlap Event to get collision.
The OnComponentBeginOverlap happend, but the location in sweep result is ZERO.
How can I get the right SWEEP RESULT data?
I use the OnComponentBeginOverlap Event to get collision.
The OnComponentBeginOverlap happend, but the location in sweep result is ZERO.
How can I get the right SWEEP RESULT data?
Comment