Get PlayerController that interacts with 3D Widget

I’m having a 3D widget with some buttons on it. My player is interacting with it using a widget interaction component. For networking purposes I need to know the PlayerController of the player that pressed the button and pass it to the widget. How would I do that?
Thx in advance!