[UMG] How to update text immediately

I created my own button widget , and added to my menu widget.
I can change text, button color in menu widget bp.

But the effect is shown in runtime only.
How can i do to show the text and color in editor immediately?

Instead of changing the text of the button, add text component as child of the button

If you came here via Google like I did - (looking for how to update the preview via C++), you should look at the SynchronizeProperties C++ function. Set the underlying UTextBlock text inside a virtual override of UUserWidget::SynchronizeProperties.