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