Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Images
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SLeafWidget
- SCircularThrobber
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h |
| Include | #include "Widgets/Images/SThrobber.h" |
Syntax
class SCircularThrobber : public SLeafWidget
Remarks
A throbber widget that orients images in a spinning circle.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Constructs the widget | |
| void | Invalidate the SCircularThrobber with the correct reason. | ||
| void | SetNumPieces
(
int32 InNumPieces |
Sets how many pieces there are | |
| void | SetPeriod
(
float InPeriod |
Sets the amount of time in seconds for a full circle | |
| void | SetPieceImage
(
const FSlateBrush* InPieceImage |
Sets what each segment of the throbber looks like | |
| void | SetRadius
(
float InRadius |
Sets the radius of the circle | |
| const FSlateWidgetClassData & |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float |
Overwritten from SWidget. | |
| bool | Recomputes the volatility of the widget. | ||
| int32 | OnPaint
(
const FPaintArgs& Args, |
Overwritten from SWidget. |
Overridden from FSlateControlledConstruction
| Type | Name | Description | |
|---|---|---|---|
| const FSlateWidgetClassData & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| PrivateParentType | |
| PrivateThisType | |
| Super | |
| ThisClass |
Constants
| Name | Description |
|---|---|
| MinimumPeriodValue |