Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Images > API/Runtime/Slate/Widgets/Images/SSpinningImage
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSpinningImage::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Images/SSpinningImage.h |
| Include | #include "Widgets/Images/SSpinningImage.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSpinningImage >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Color and opacity | |
| WidgetArgsType & | Image
(
const TAttribute< const FSlateBrush* >& InAttribute |
Image resource | |
| WidgetArgsType & | OnMouseButtonDown
(
const FPointerEventHandler& InDelegate |
Invoked when the mouse is pressed in the widget. | |
| WidgetArgsType & | Period
(
float InArg |
The amount of time in seconds for a full rotation |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |