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