UMG: Event Construct called every time widget is added to viewport

I confirm this problem. NativeConstruct called each time, when I’m calling Widget->AddToViewport. And if you have something like this in it:
Button->OnClicked.AddDynamic(this, &UMyClass::OnCloseButtonClick);
then you will get an error.