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