BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'EditableTextBoxStyle' from its members
Inputs
Type | Name | Description |
---|---|---|
struct | Background Image Normal | Border background image when the box is not hovered or focused |
struct | Background Image Hovered | Border background image when the box is hovered |
struct | Background Image Focused | Border background image when the box is focused |
struct | Background Image Read Only | Border background image when the box is read-only |
struct | Padding | Padding |
struct | Text Style | The style of the text block, which dictates the font, color, and shadow options. Style overrides all other properties! |
struct | Foreground Color | The foreground color of text. |
struct | Background Color | The background color applied to the active background image |
struct | Read Only Foreground Color | The read-only foreground color of text in read-only mode. |
struct | Focused Foreground Color | The foreground color of text when the edit box has keyboard focus. |
struct | HScroll Bar Padding | Padding around the horizontal scrollbar |
struct | VScroll Bar Padding | Padding around the vertical scrollbar |
struct | Scroll Bar Style | Style used for the scrollbars |
Outputs
Type | Name | Description |
---|---|---|
struct | Editable Text Box Style |