I could use some clarity on the differences between:
- Text Objects
- Text Blocks
- Text Boxes
- Text Render Components
I’m trying to change the color of this text in a Blueprint.
I created this Widget by dragging in “Text” from the Palette
In the details panel, it refers to it as a “TextBlock”
In my blueprint, the variable is a “Text type”
Dragging the variable in is a “Text object”
I can use the SetText(text) node with it
But the nodes that change color are looking for a “Text Renderer Component” or a “Text Box”
How do “Text Renderer Components” and “Text Boxes” relate to “Text Objects”?