Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SCircularThrobber
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h |
| Include Path | #include "Widgets/Images/SThrobber.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCircularThrobber >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SCircularThrobber::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Images/SThrobber.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Images/SThrobber.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Throbber color and opacity | Widgets/Images/SThrobber.h | |
WidgetArgsType & NumPieces
(
int32 InArg |
How many pieces there are | Widgets/Images/SThrobber.h | |
WidgetArgsType & Period
(
float InArg |
The amount of time in seconds for a full circle | Widgets/Images/SThrobber.h | |
WidgetArgsType & PieceImage
(
const FSlateBrush* InArg |
What each segment of the throbber looks like | Widgets/Images/SThrobber.h | |
WidgetArgsType & Radius
(
float InArg |
The radius of the circle | Widgets/Images/SThrobber.h |