How can I setup box collision to overlap specific mesh in player pawn only

Usually what I would do is use a “cast to” to make sure only a specific mesh will trigger a box collision like below
996d8b789328e521a8077ae117e5a145cad0e942.jpeg

But I can’t find a cast to for my motion controllers I have set up in my VRPawn
c63bd0c946dc57d950af0ae49cf7e29b23be05c3.jpeg

Probably because the “Cast to” only works for blueprints. In the above picture you can see my left and right controller L & R. How can I make the box collision ignore everything but the controllers?