How can I have A.I ignore this mesh? (simple)

I have my player hide under this when he moves, and all the collisions are correct.

The problem is since I am hiding under, my A.I enemies cannot see me, so my goal here is to make it so they ignore this mesh and see me inside. So they can attack me because this is meant for a shield, not a hiding mechanic.

In the collision settings for your shield mesh component, set the “Visibility” channel to “Ignore”.

Thank you.