How do I check for collision/overlap of my box component in character bp

I created a box component in my character bp
I need to check for when it collides/overlaps with enemies, so ideally I should be able to check for object types
I know how to do it with multi box trace for objects, but I need to do it with box component

1 Like

Just use ‘on begin overlap’ :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.