Hi,
I am using the default Convai Chat_WB widget in Unreal Engine 5.3.
I would like to change the color of the speaker labels shown in the chat window, specifically:
-
Guest -
the avatar’s name
I tried modifying L_NameColor and the Name Color parameter in the Add or Update New Chat Bubble function, but the labels are still displayed in the default pink color.
Could someone please explain where the final text color is actually set?
-
Is it inside
Chat_WBin the Graph? -
Is it in the Designer?
-
Is it inside the
Chat_SBwidget? -
Which specific Text Block or function controls these colors?
Thank you!