Navigation
API > API/Runtime > API/Runtime/WidgetCarousel > API/Runtime/WidgetCarousel/SWidgetCarousel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SWidgetCarousel::FArguments
References
| Module | WidgetCarousel |
| Header | /Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h |
| Include | #include "SWidgetCarousel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWidgetCarousel< ItemType > >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | FadeRate
(
const TAttribute< float >& InAttribute |
The fade rate | |
| WidgetArgsType & | MoveSpeed
(
const TAttribute< float >& InAttribute |
The move speed | |
| WidgetArgsType & | OnGenerateWidget
(
const FOnGenerateWidget& InDelegate |
Called when we change a widget | |
| WidgetArgsType & | OnPageChanged
(
const FOnCarouselPageChanged& InDelegate |
Event triggered when the current page changes | |
| WidgetArgsType & | PeakValueLeftLimit
(
const TAttribute< float >& InAttribute |
The left limit | |
| WidgetArgsType & | PeakValueRightLimit
(
const TAttribute< float >& InAttribute |
The right limit | |
| WidgetArgsType & | SlideValueLeftLimit
(
const TAttribute< float >& InAttribute |
The left limit | |
| WidgetArgsType & | SlideValueRightLimit
(
const TAttribute< float >& InAttribute |
The right limit | |
| WidgetArgsType & | WidgetItemsSource
(
const TArray< ItemType >* InArg |
The data source |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |