Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Slate IMEngine Text Render Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | Scale | The scale of the text on the canvas. |
| linearcolor | Render Color | The color of the text. |
| real | Kerning | Adjust the distance between letters. |
| linearcolor | Shadow Color | The color of the text shadow. |
| vector2d struct | Shadow Offset | The offset of the shadow from the text it is shadowing. |
| boolean | Centre X | If true, the text is centered on the given draw position on the X axis. |
| boolean | Centre Y | If true, the text is centered on the given draw position on the Y axis. |
| boolean | Outlined | If true, outline the text. |
| linearcolor | Outline Color | Color of the text outline. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Slate IMEngine Text Render Params |