Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'ScrollBarStyle' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Scroll Bar Style |
Outputs
Type | Name | Description |
---|---|---|
struct | Horizontal Background Image | Background image to use when the scrollbar is oriented horizontally |
struct | Vertical Background Image | Background image to use when the scrollbar is oriented vertically |
struct | Vertical Top Slot Image | The image to use to represent the track above the thumb when the scrollbar is oriented vertically |
struct | Horizontal Top Slot Image | The image to use to represent the track above the thumb when the scrollbar is oriented horizontally |
struct | Vertical Bottom Slot Image | The image to use to represent the track below the thumb when the scrollbar is oriented vertically |
struct | Horizontal Bottom Slot Image | The image to use to represent the track below the thumb when the scrollbar is oriented horizontally |
struct | Normal Thumb Image | Image to use when the scrollbar thumb is in its normal state |
struct | Hovered Thumb Image | Image to use when the scrollbar thumb is in its hovered state |
struct | Dragged Thumb Image | Image to use when the scrollbar thumb is in its dragged state |
real | Thickness |