How i make shield ignore damage?

Hi,i m beginner in ue4!
I created an actor, who has the mesh(sword), and a collision box that deals damage, and I put it on my enemy (AI) as a child actor. Now I want to make a shield that blocks the collision box, that is the damage. So I created the shield actor, tried everything, with the collision, the comand (event any damage) anything, if someone can help thank you

You want the shield to actually stop the sword animation after colliding? Or do you just want the sword not to damage any actor that is in possession of a shield?

i want no damage to shield

Add a tag to your shield actor.

Use that tag to know if you hit the shield or not.

ok,and how i can ‘‘stop the sword animation after colliding’’
With this tag,i still receive damage.I thing i have to create an collision that ignores the damage of the box collision,would it work?
Here the box collision(sword)

I’m Brazilian!!!