Colours of Print String. Blueprints, UE5

Hello. Can i make different colours of Print String if i use append string to visually separate info?
Screenshot (88)

I am also wondering about this.

It’s not possible to mix colors / fonts within the print string command. Internally it takes in a single prefix + string variable and only 1 color variable.
You could use umg to display more complex information along with the richtext component.

(post deleted by author)