Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SThrobber
| 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< SThrobber >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SThrobber::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 & Animate
(
EAnimation InArg |
Which aspects of the throbber to animate | Widgets/Images/SThrobber.h | |
WidgetArgsType & NumPieces
(
int32 InArg |
How many pieces there are | Widgets/Images/SThrobber.h | |
WidgetArgsType & PieceImage
(
const FSlateBrush* InArg |
What each segment of the throbber looks like | Widgets/Images/SThrobber.h |