Pawn not hovering or clicking Button

It works perfectly when I try to interact with the 3d Button when I’m with my player, but if I create a Pawn that has a WidgetInteraction component (the same as my player) it doesn’t detect that I’m hovering and when I press it changes the image but doesn’t trigger the OnClicked Event.
With some testing I see that if I disable the WidgetInteraction component in my player character it works well.

You can see what happens in this video:

I solved it by deactivating the WidgetInteraction component in my character, idk if it’s the right way to do it.