HELP !!!!! STRANGE BUG WHEN DONE USINIG UI WIDGET

So i have my UI Widget. Its verry nice. however when I close it and go back to “the game” i can only use my advanced interaction input “right click” once After that it wont respond again unless if i double click which then recieves only the second imput

whats going on ? can anyone help me

also if i hook up left click it will respond when i let go but not when i click it remains the same regardles sof how many times i left click

You might want to do the mouse event inside the widget bp itself using OnMouseMove with a boolean IsMouseButtonDown, since sometime enhanced input event can miss frame(with multiple calls).