3D Widget Not Detecting Mouse Clicks

Hello! So I’ve been trying for a few hours to fix an issue that I’ve been dealing with in UE 4.16. Basically i made a menu widget and since post processing doesn’t affect 2D widgets, I made it 3D. At first it didnt seem to detect anything, but then I added the Widget Interaction component, and that allowed the mouse hover to be detected, however clicking still didn’t work. So I added if the left mouse button is clicked, it does it with widget interaction in both my camera blueprint and the 3D widget blueprint. However, it still isn’t getting any mouse clicks. Any help would be appreciated, thanks in advance!