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