Not true. See the documentation here. GetWidgetClass
returns the class used while GetWidget
returns the actual widget the widget component is rendering. You can think of it as the parent widget.
What have you tried so far? Can you show code/bp that isn’t working?