Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h |
| Include | #include "Styling/SlateBrush.h" |
Syntax
struct FSlateBrushOutlineSettings
Remarks
Possible options for rounded box brush image
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseBrushTransparency | True if we should use the owning brush's transparency as our own | |
| FSlateColor | Color | Tinting applied to the border outline. | |
| FVector4 | CornerRadii | Radius in Slate Units applied to the outline at each corner. | |
| TEnumAsByte< enum ESlateBrushRoundingType::Type > | RoundingType | The Rounding Type | |
| float | Width | Line width in Slate Units applied to the border outline. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateBrushOutlineSettings
(
float InUniformRadius |
|||
FSlateBrushOutlineSettings
(
FVector4 InRadius |
|||
FSlateBrushOutlineSettings
(
const FSlateColor& InColor, |
|||
FSlateBrushOutlineSettings
(
float InUniformRadius, |
|||
FSlateBrushOutlineSettings
(
FVector4 InRadius, |