Navigation
Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'Spin Box Style' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Spin Box Style |
Outputs
Type | Name | Description |
---|---|---|
struct | Background Brush | Brush used to draw the background of the spinbox |
struct | Active Background Brush | |
struct | Hovered Background Brush | Brush used to draw the background of the spinbox when it's hovered over |
struct | Active Fill Brush | Brush used to fill the spinbox when it's active |
struct | Hovered Fill Brush | Brush used to fill the spinbox when it's hovered and not active |
struct | Inactive Fill Brush | Brush used to fill the spinbox when it's inactive |
struct | Arrows Image | Image used to draw the spinbox arrows |
struct | Text Padding | Padding to add around the spinbox and its text |
struct | Inset Padding | Padding between the background brush and the fill brush |