Create and set TEXT font/color at runtime (UE5)

Hi! I am creating a chat system where I create text and add into an scrollbox at runtime.
My current problem is I just cant set the font style (font,size and color) for the new created text.

I do this and I keep getting the same White Arial 18 text.
Any clue?

Intead contruct a Text and try to update font/color/etc I just created an user widget that only contains a text widget with the desired look and then I just add that user widget and set the new text on the contructor of the widget

image

image

image

image