In widget to focus when using a self refference?

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.

Flag the widget as isFocusable.

2 Likes

Since the widget I wanted to reference was itself, leaving it blank seemed to make it work okay