Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SSeparator
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSeparator::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSeparator.h |
| Include | #include "Widgets/Layout/SSeparator.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSeparator >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Color and opacity | |
| WidgetArgsType & | Orientation
(
EOrientation InArg |
A horizontal separator is used in a vertical list (orientation is direction of the line drawn) | |
| WidgetArgsType & | SeparatorImage
(
const FSlateBrush* InArg |
||
| WidgetArgsType & | Thickness
(
float InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |