Cursor Hover Over Recognition Problems

I have made a grid model and i am trying to add “begin cursor over” to toggle the visibility of an outline. I have the object that the cursor hovers over as a collision box BP. It only works from the lines of the collision box. Not the center. I have tried static meshes, but they don’t trigger at all. Any way to make it more responsive? Like being able to hover over the center of the collision box and not the collision box lines. Thanks

Here is an example:

Okay, I figured it out. All of my meshs were blocking in the line trace visibility channel. So my cursor could not reach the area (center). Once I set all of them to ignore the visibility channel, it works like a charm. In case anyone else has a similar problem.