Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Images
Inheritance Hierarchy
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h |
| Include | #include "Widgets/Images/SThrobber.h" |
Syntax
class SThrobber : public SCompoundWidget
Remarks
A throbber widget that uses 5 zooming circles in a row.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | Invalidate the SCircularThrobber with the correct reason. | ||
| void | SetAnimate
(
EAnimation InAnimate |
Sets which aspects of the throbber to animate | |
| void | SetNumPieces
(
int InNumPieces |
Sets how many pieces there are | |
| void | SetPieceImage
(
const FSlateBrush* InPieceImage |
Sets what each segment of the throbber looks like. |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| bool | Recomputes the volatility of the widget. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EAnimation |
Constants
| Name | Description |
|---|---|
| DefaultNumPieces |