How to Change Guest and Avatar Name Colors in Chat_WB (Unreal Engine)

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_WB in the Graph?

  • Is it in the Designer?

  • Is it inside the Chat_SB widget?

  • Which specific Text Block or function controls these colors?

Thank you!

Hello,

For changing the colors and/or names, please take a look at the BindCharacterEvents node inside the BP Convai Player Component.