Is it by design that the in widget to focus node not be able to take a reference to self? If I have it I can PIE without a crash, but I get this error in my output log: LogPlayerController: Error: InputMode:UIOnly - Attempting to focus Non-Focusable widget SObjectWidget [Widget.cpp(710)]!
However, if I remove the reference to self the error is gone and I can still show my widget and it doesn’t seem to loose functionality.