Separated Text Content of the Duplicated Widget Button

ENGINE: UNREAL ENGINE 5.1

I made a Widget Button, to save myself some time animating each expanding on hover. But I don’t know how to set both texts, of the same button widget to use different ones from the string table I set up.

If it’s possible…
I want the BP_UI_MAIN_MENU_BUTTON (Yellow) button to say “DISCORD”
While I want the BP_UI_MAIN_MENU_BUTTON_1 (Blue, Duplicate) button to say “PLAY”


Okay, so the problem was quite simple. All I had to do, is to add the Named Slot to the button widget…

…which allowed me to put the separate text in the string table for each button using the same widget.