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.
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.