Navigation
API > API/Runtime > API/Runtime/Slate
A throbber widget that uses 5 zooming circles in a row.
| Name | SThrobber |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h |
| Include Path | #include "Widgets/Images/SThrobber.h" |
Syntax
class SThrobber : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SThrobber
- FSlateControlledConstruction → SWidget → SCompoundWidget → SThrobber
Structs
| Name | Remarks |
|---|---|
| FArguments |
Enums
Public
| Name | Remarks |
|---|---|
| EAnimation |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultNumPieces | const int32 | Widgets/Images/SThrobber.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Animate | EAnimation | Flags for which aspects of the throbber to animate. | Widgets/Images/SThrobber.h | |
| AnimCurves | FCurveSequence | Widgets/Images/SThrobber.h | ||
| HBox | TSharedPtr< SHorizontalBox > | The horizontal box which contains the widgets for the throbber pieces. | Widgets/Images/SThrobber.h | |
| NumPieces | int32 | The number of pieces to display. | Widgets/Images/SThrobber.h | |
| PieceImage | const FSlateBrush * | The image used to draw each piece of the throbber. | Widgets/Images/SThrobber.h | |
| ThrobberCurve | TArray< FCurveHandle, TInlineAllocator< DefaultNumPieces > > | Widgets/Images/SThrobber.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Images/SThrobber.h | ||
void InvalidatePieceImage () |
Invalidate the SCircularThrobber with the correct reason. | Widgets/Images/SThrobber.h | |
void SetAnimate
(
EAnimation InAnimate |
Sets which aspects of the throbber to animate | Widgets/Images/SThrobber.h | |
void SetNumPieces
(
int InNumPieces |
Sets how many pieces there are | Widgets/Images/SThrobber.h | |
void SetPieceImage
(
const FSlateBrush* InPieceImage |
Sets what each segment of the throbber looks like. | Widgets/Images/SThrobber.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ComputeVolatility() |
Widgets/Images/SThrobber.h |