Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Images
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SLeafWidget
- SImage
- SSpinningImage
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Images/SSpinningImage.h |
| Include | #include "Widgets/Images/SSpinningImage.h" |
Syntax
class SSpinningImage : public SImage
Remarks
A widget that displays a spinning image.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct this widget |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| bool | Recomputes the volatility of the widget. | ||
| int32 | OnPaint
(
const FPaintArgs& Args, |
Overwritten from SWidget. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |