BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'WindowStyle' from its members
Inputs
Type | Name | Description |
---|---|---|
struct | Minimize Button Style | Style used to draw the window minimize button |
struct | Maximize Button Style | Style used to draw the window maximize button |
struct | Restore Button Style | Style used to draw the window restore button |
struct | Close Button Style | Style used to draw the window close button |
struct | Title Text Style | Style used to draw the window title text |
struct | Active Title Brush | Brush used to draw the window title area when the window is active |
struct | Inactive Title Brush | Brush used to draw the window title area when the window is inactive |
struct | Flash Title Brush | Brush used to draw the window title area when the window is flashing |
struct | Background Color | Color used to draw the window background |
struct | Outline Brush | Brush used to draw the window outline |
struct | Outline Color | Color used to draw the window outline |
struct | Border Brush | Brush used to draw the window border |
struct | Border Color | Color used to draw the window border |
struct | Background Brush | Brush used to draw the window background |
struct | Child Background Brush | Brush used to draw the background of child windows |
integer | Window Corner Radius | Window corner rounding. If this value is <= 0 no rounding will occur. Used for regular, non-maximized windows only (not tool-tips or decorators.) |
struct | Border Padding | Window corner rounding. If this value is <= 0 no rounding will occur. Used for regular, non-maximized windows only (not tool-tips or decorators.) |
Outputs
Type | Name | Description |
---|---|---|
struct | Window Style |