PIE user interface and Editor Utility Widget communication

Hello all, I am running into a bit of an issue with my blueprint interfaces. I have several editor utility widgets and using several different Blueprint interfaces to communicate back and for betweene them, no problem.

My problem exist when I try to communicate between my PIE window and the editor utiltiy widgets. If I run a “get all widgets with interface” from a UI widget it only returns back the one widget that is in the PIE window and not the other editor utility widgets. How can I communicate between as PIE user interface widget and editor utility widgets? I have spent more hours than I care to admit to chasing this issue