Navigation
API > API/Runtime > API/Runtime/WidgetCarousel > API/Runtime/WidgetCarousel/SWidgetCarouselWithNavigation
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SWidgetCarouselWithNavigation::FArguments
References
| Module | WidgetCarousel |
| Header | /Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarouselWithNavigation.h |
| Include | #include "SWidgetCarouselWithNavigation.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWidgetCarouselWithNavigation< ItemType > >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | NavigationBarStyle
(
const FWidgetCarouselNavigationBarStyle* InArg |
||
| WidgetArgsType & | NavigationButtonStyle
(
const FWidgetCarouselNavigationButtonStyle* InArg |
||
| WidgetArgsType & | OnGenerateWidget
(
const FOnGenerateWidget& InDelegate |
Called when we change a widget | |
| WidgetArgsType & | WidgetItemsSource
(
const TArray< ItemType >* InArg |
The data source |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |