Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSegmentedProgressBar > API/Developer/ToolWidgets/SSegmentedProgressBar/FSlot
| Name | FSlotArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedProgressBar.h |
| Include Path | #include "SSegmentedProgressBar.h" |
Syntax
struct FSlotArguments : public TSlotBase::FSlotArguments
Inheritance Hierarchy
- FSlotBase::FSlotArguments → TSlotBase::FSlotArguments → SSegmentedProgressBar::FSlot::FSlotArguments
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FSlot::FSlotArguments | SSegmentedProgressBar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Image
(
const TAttribute< const FSlateBrush* >& InAttribute |
SSegmentedProgressBar.h | ||
WidgetArgsType & LabelContent
(
TSharedPtr< SWidget > InArg |
SSegmentedProgressBar.h | ||
WidgetArgsType & State
(
const TAttribute< EState >& InAttribute |
SSegmentedProgressBar.h | ||
WidgetArgsType & ToolTipText
(
const TAttribute< FText >& InAttribute |
SSegmentedProgressBar.h |