XPGetParentWidget
WIDGET_API XPWidgetID XPGetParentWidget(
XPWidgetID inWidget);
Returns the parent of a widget, or 0 if the widget has no parent. Root widgets never have parents and therefore always return 0.
WIDGET_API XPWidgetID XPGetParentWidget(
XPWidgetID inWidget);
Returns the parent of a widget, or 0 if the widget has no parent. Root widgets never have parents and therefore always return 0.