Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Slate Brush Outline Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Slate Brush Outline Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Corner Radii | Radius in Slate Units applied to the outline at each corner. X = Top Left, Y = Top Right, Z = Bottom Right, W = Bottom Left |
| struct | Outline | Tinting applied to the border outline. |
| real | Width | Line width in Slate Units applied to the border outline. |
| enum | Rounding Type | The Rounding Type * |
| boolean | Use Brush Transparency | True if we should use the owning brush's transparency as our own * |