Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Combo Button Style' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Combo Button Style |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Button Style | The style to use for our SButton. |
| struct | Down Arrow Image | Image to use for the down arrow. |
| struct | Shadow Offset | How much should the shadow be offset for the down arrow?An offset of 0 implies no shadow. |
| linearcolor | Shadow Color And Opacity | The color and opacity of the shadow for the down arrow.Only active if ShadowOffset is not (0,0). |
| struct | Menu Border Brush | Brush to use to add a "menu border" around the drop-down content. |
| struct | Menu Border Padding | Padding to use to add a "menu border" around the drop-down content. |
| struct | Content Padding | * Button Content Padding |
| struct | Down Arrow Padding | * Dropdown arrow padding (if a dropdown arrow exists) |
| enum | Down Arrow Align | * Dropdown arrow vertical alignment |