Navigation
API > API/Developer > API/Developer/ToolWidgets
| Name | FSegmentedProgressBarStyle |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedProgressBar.h |
| Include Path | #include "SSegmentedProgressBar.h" |
Syntax
struct FSegmentedProgressBarStyle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllCompleteColor | FSlateColor | SSegmentedProgressBar.h | ||
| BadgeAllCompleteBrush | const FSlateBrush * | SSegmentedProgressBar.h | ||
| BadgeErrorBrush | const FSlateBrush * | SSegmentedProgressBar.h | ||
| BadgeSuccessBrush | const FSlateBrush * | SSegmentedProgressBar.h | ||
| BusyColor | FSlateColor | SSegmentedProgressBar.h | ||
| CanceledColor | FSlateColor | SSegmentedProgressBar.h | ||
| CompleteColor | FSlateColor | SSegmentedProgressBar.h | ||
| ErrorColor | FSlateColor | SSegmentedProgressBar.h | ||
| FullCircleBrush | const FSlateBrush * | SSegmentedProgressBar.h | ||
| OuterCircleBrush | const FSlateBrush * | SSegmentedProgressBar.h | ||
| OuterCircleBusyBrush | const FSlateBrush * | SSegmentedProgressBar.h | ||
| PendingColor | FSlateColor | SSegmentedProgressBar.h | ||
| SkippedColor | FSlateColor | SSegmentedProgressBar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSegmentedProgressBarStyle & SetAllCompleteColor
(
FSlateColor InColor |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetBadgeAllCompleteBrush
(
const FSlateBrush* InBrush |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetBadgeErrorBrush
(
const FSlateBrush* InBrush |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetBadgeSuccessBrush
(
const FSlateBrush* InBrush |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetBusyColor
(
FSlateColor InColor |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetCanceledColor
(
FSlateColor InColor |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetCompleteColor
(
FSlateColor InColor |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetErrorColor
(
FSlateColor InColor |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetFullCircleBrush
(
const FSlateBrush* InBrush |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetOuterCircleBrush
(
const FSlateBrush* InBrush |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetOuterCircleBusyBrush
(
const FSlateBrush* InBrush |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetPendingColor
(
FSlateColor InColor |
SSegmentedProgressBar.h | ||
FSegmentedProgressBarStyle & SetSkippedColor
(
FSlateColor InColor |
SSegmentedProgressBar.h |