Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSegmentedControl
Stores the per-child info for this panel type
| Name | FSlot |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h |
| Include Path | #include "Widgets/Input/SSegmentedControl.h" |
Syntax
struct FSlot :
public TSlotBase< FSlot > ,
public TAlignmentWidgetSlotMixin< FSlot >
Inheritance Hierarchy
- FSlotPosition → FSlotBase → TSlotBase → SSegmentedControl::FSlot
- FSlotBase → TSlotBase → SSegmentedControl::FSlot
- TAlignmentWidgetSlotMixin → SSegmentedControl::FSlot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlot
(
const OptionType& InValue |
Widgets/Input/SSegmentedControl.h |
Structs
| Name | Remarks |
|---|---|
| FSlotArguments |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SSegmentedControl< OptionType > | friend | Widgets/Input/SSegmentedControl.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _CheckBox | TWeakPtr< SCheckBox > | Widgets/Input/SSegmentedControl.h | ||
| _Icon | TAttribute< const FSlateBrush * > | Widgets/Input/SSegmentedControl.h | ||
| _Text | TAttribute< FText > | Widgets/Input/SSegmentedControl.h | ||
| _Tooltip | TAttribute< FText > | Widgets/Input/SSegmentedControl.h | ||
| _ToolTipWidget | TAttribute< TSharedPtr< IToolTip > > | Widgets/Input/SSegmentedControl.h | ||
| _Value | OptionType | Widgets/Input/SSegmentedControl.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FChildren& SlotOwner, |
Widgets/Input/SSegmentedControl.h | ||
const FSlateBrush * GetIcon() |
Widgets/Input/SSegmentedControl.h | ||
FText GetText() |
Widgets/Input/SSegmentedControl.h | ||
FText GetToolTip() |
Widgets/Input/SSegmentedControl.h | ||
void SetIcon
(
TAttribute< const FSlateBrush* > InBrush |
Widgets/Input/SSegmentedControl.h | ||
void SetText
(
TAttribute< FText > InText |
Widgets/Input/SSegmentedControl.h | ||
void SetToolTip
(
TAttribute< FText > InTooltip |
Widgets/Input/SSegmentedControl.h |