Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateRoundedBoxBrush
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateRoundedBoxBrush
(
const FillColorType& InColor, |
Creates and initializes a new instance with the specified color and rounds based on height | Brushes/SlateRoundedBoxBrush.h | |
FSlateRoundedBoxBrush
(
const FillColorType& InColor, |
Brushes/SlateRoundedBoxBrush.h | ||
FSlateRoundedBoxBrush
(
const FillColorType& InColor, |
Brushes/SlateRoundedBoxBrush.h | ||
FSlateRoundedBoxBrush
(
const FillColorType& InColor, |
Creates and initializes a new instance with the specified color and corner radius | Brushes/SlateRoundedBoxBrush.h | |
FSlateRoundedBoxBrush
(
const FName InFillResourceName, |
Brushes/SlateRoundedBoxBrush.h | ||
FSlateRoundedBoxBrush
(
const FillColorType& InColor, |
Creates and initializes a new instance with the specified color and rounds based on height | Brushes/SlateRoundedBoxBrush.h | |
FSlateRoundedBoxBrush
(
const FName InFillResourceName, |
Brushes/SlateRoundedBoxBrush.h | ||
FSlateRoundedBoxBrush
(
const FillColorType& InColor, |
Creates and initializes a new instance with the specified color and corner radius | Brushes/SlateRoundedBoxBrush.h | |
FSlateRoundedBoxBrush
(
const FName InFillResourceName, |
Creates and initializes a new instance with the specified color and rounds based on height | Brushes/SlateRoundedBoxBrush.h | |
FSlateRoundedBoxBrush
(
const FName InFillResourceName, |
Creates and initializes a new instance with the specified color and corner radius | Brushes/SlateRoundedBoxBrush.h |
FSlateRoundedBoxBrush(const FillColorType &, const UE::Slate::FDeprecateVector2DParameter &)
Description
Creates and initializes a new instance with the specified color and rounds based on height
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType>
FSlateRoundedBoxBrush
(
const FillColorType & InColor,
const UE::Slate::FDeprecateVector2DParameter & InImageSize
)
Parameters
| Name | Remarks |
|---|---|
| InColor | Linear Fill Color |
FSlateRoundedBoxBrush(const FillColorType &, const UE::Slate::FDeprecateVector2DResult &)
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType>
FSlateRoundedBoxBrush
(
const FillColorType & InColor,
const UE::Slate::FDeprecateVector2DResult & InImageSize
)
FSlateRoundedBoxBrush(const FillColorType &, const FVector2f &)
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType>
FSlateRoundedBoxBrush
(
const FillColorType & InColor,
const FVector2f & InImageSize
)
FSlateRoundedBoxBrush(const FillColorType &, RadiusType, const UE::Slate::FDeprecateVector2DParameter &)
Description
Creates and initializes a new instance with the specified color and corner radius
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType, typename RadiusType>
FSlateRoundedBoxBrush
(
const FillColorType & InColor,
RadiusType InRadius,
const UE::Slate::FDeprecateVector2DParameter & InImageSize
)
Parameters
| Name | Remarks |
|---|---|
| InColor | Linear Fill Color |
| InRadius | Corner Radius in Slate Units applied to the outline at each corner. X = Top Left, Y = Top Right, Z = Bottom Right, W = Bottom Left |
FSlateRoundedBoxBrush(const FName, const FillColorType &, const UE::Slate::FDeprecateVector2DParameter &, ESlateBrushTileType::Type)
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType>
FSlateRoundedBoxBrush
(
const FName InFillResourceName,
const FillColorType & FillColorTint,
const UE::Slate::FDeprecateVector2DParameter & InImageSize,
ESlateBrushTileType::Type InTileType
)
FSlateRoundedBoxBrush(const FillColorType &, const OutlineColorType &, float, const UE::Slate::FDeprecateVector2DParameter &)
Description
Creates and initializes a new instance with the specified color and rounds based on height
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType, typename OutlineColorType>
FSlateRoundedBoxBrush
(
const FillColorType & InColor,
const OutlineColorType & InOutlineColor,
float InOutlineWidth,
const UE::Slate::FDeprecateVector2DParameter & InImageSize
)
Parameters
| Name | Remarks |
|---|---|
| InColor | Linear Fill Color |
| InOutlineColor | Outline Color |
| InOutlineWidth | Outline Width or Thickness |
FSlateRoundedBoxBrush(const FName, const FillColorType &, RadiusType, const UE::Slate::FDeprecateVector2DParameter &, ESlateBrushTileType::Type)
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType, typename RadiusType>
FSlateRoundedBoxBrush
(
const FName InFillResourceName,
const FillColorType & FillColorTint,
RadiusType InRadius,
const UE::Slate::FDeprecateVector2DParameter & InImageSize,
ESlateBrushTileType::Type InTileType
)
FSlateRoundedBoxBrush(const FillColorType &, RadiusType, const OutlineColorType &, float, const UE::Slate::FDeprecateVector2DParameter &)
Description
Creates and initializes a new instance with the specified color and corner radius
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType, typename OutlineColorType, typename RadiusType>
FSlateRoundedBoxBrush
(
const FillColorType & InColor,
RadiusType InRadius,
const OutlineColorType & InOutlineColor,
float InOutlineWidth,
const UE::Slate::FDeprecateVector2DParameter & InImageSize
)
Parameters
| Name | Remarks |
|---|---|
| InColor | Linear Fill Color |
| InRadius | Corner Radius in Slate Units applied to the outline at each corner. X = Top Left, Y = Top Right, Z = Bottom Right, W = Bottom Left |
| InOutlineColor | Outline Color |
| InOutlineWidth | Outline Width or Thickness |
FSlateRoundedBoxBrush(const FName, const FillColorType &, const OutlineColorType &, float, const UE::Slate::FDeprecateVector2DParameter &, ESlateBrushTileType::Type)
Description
Creates and initializes a new instance with the specified color and rounds based on height
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType, typename OutlineColorType>
FSlateRoundedBoxBrush
(
const FName InFillResourceName,
const FillColorType & FillColorTint,
const OutlineColorType & InOutlineColor,
float InOutlineWidth,
const UE::Slate::FDeprecateVector2DParameter & InImageSize,
ESlateBrushTileType::Type InTileType
)
Parameters
| Name | Remarks |
|---|---|
| InColor | Linear Fill Color |
| InOutlineColor | Outline Color |
| InOutlineWidth | Outline Width or Thickness |
FSlateRoundedBoxBrush(const FName, const FillColorType &, RadiusType, const OutlineColorType &, float, const UE::Slate::FDeprecateVector2DParameter &, ESlateBrushTileType::Type)
Description
Creates and initializes a new instance with the specified color and corner radius
| Name | FSlateRoundedBoxBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateRoundedBoxBrush.h |
| Include Path | #include "Brushes/SlateRoundedBoxBrush.h" |
template<typename FillColorType, typename OutlineColorType, typename RadiusType>
FSlateRoundedBoxBrush
(
const FName InFillResourceName,
const FillColorType & FillColorTint,
RadiusType InRadius,
const OutlineColorType & InOutlineColor,
float InOutlineWidth,
const UE::Slate::FDeprecateVector2DParameter & InImageSize,
ESlateBrushTileType::Type InTileType
)
Parameters
| Name | Remarks |
|---|---|
| InColor | Linear Fill Color |
| InRadius | Corner Radius in Slate Units applied to the outline at each corner. X = Top Left, Y = Top Right, Z = Bottom Right, W = Bottom Left |
| InOutlineColor | Outline Color |
| InOutlineWidth | Outline Width or Thickness |