How can I check a widget attached to a parent?

As titled, I attached a UMG widget to a widget as its child.

I want to know it is attached to a widget.

Is there a function like IsChildOf(Widget)? I cannot find it.

One question more, Why object count will increase, when I repeat remove and add a widget?