3D Fighting Game Hitbox

Im currently using volumes, but on “onhit” it only registers the first hit not everyone after. Also I have another question, how could I get an AI’s camera perspective while still controlling the main character?

Did you tried using overlaps insted of OnHit? As for AI perspective you can set different view target actor, one used by AI

I have tried overlap, and it has the same problem. Moreover how do I set a different view actor? Thanks for the quick response.