Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SSegmentedControl
Inheritance Hierarchy
- TSlotBase
- TAlignmentWidgetSlotMixin
- SSegmentedControl::FSlot
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h |
| Include | #include "Widgets/Input/SSegmentedControl.h" |
Syntax
struct FSlot :
public TSlotBase< FSlot >,
public TAlignmentWidgetSlotMixin< FSlot >
Remarks
Stores the per-child info for this panel type
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | SSegmentedControl< OptionType > |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlot
(
const OptionType& InValue |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FChildren& SlotOwner, |
||
| const FSlateBrush * | GetIcon () |
||
| FText | GetText () |
||
| FText | GetToolTip () |
||
| void | SetIcon
(
TAttribute< const FSlateBrush* > InBrush |
||
| void | SetText
(
TAttribute< FText > InText |
||
| void | SetToolTip
(
TAttribute< FText > InTooltip |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArguments |