Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SBorder
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SBorder::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h |
| Include | #include "Widgets/Layout/SBorder.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SBorder >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | BorderBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
BorderBackgroundColor refers to the actual color and opacity of the supplied border image. | |
| WidgetArgsType & | BorderImage
(
const TAttribute< const FSlateBrush* >& InAttribute |
||
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FLinearColor >& InAttribute |
ColorAndOpacity is the color and opacity of content in the border | |
| NamedSlotProperty< FArguments > | Content () |
||
| WidgetArgsType & | ContentScale
(
const TAttribute< FVector2D >& InAttribute |
||
| WidgetArgsType & | DesiredSizeScale
(
const TAttribute< FVector2D >& InAttribute |
||
| WidgetArgsType & | FlipForRightToLeftFlowDirection
(
bool InArg |
Flips the background image if the localization's flow direction is RightToLeft | |
| WidgetArgsType & | ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The foreground color of text and some glyphs that appear as the border's content. | |
| WidgetArgsType & | HAlign
(
EHorizontalAlignment InArg |
||
| WidgetArgsType & | OnMouseButtonDown
(
const FPointerEventHandler& InDelegate |
||
| WidgetArgsType & | OnMouseButtonUp
(
const FPointerEventHandler& InDelegate |
||
| WidgetArgsType & | OnMouseDoubleClick
(
const FPointerEventHandler& InDelegate |
||
| WidgetArgsType & | OnMouseMove
(
const FPointerEventHandler& InDelegate |
||
| WidgetArgsType & | Padding
(
const TAttribute< FMargin >& InAttribute |
||
| FArguments & | Padding
(
float Uniform |
||
| FArguments & | Padding
(
float Horizontal, |
||
| FArguments & | Padding
(
float Left, |
||
| WidgetArgsType & | ShowEffectWhenDisabled
(
const TAttribute< bool >& InAttribute |
Whether or not to show the disabled effect when this border is disabled | |
| WidgetArgsType & | VAlign
(
EVerticalAlignment InArg |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |